redo main/register page
This commit is contained in:
1 parent
eaa2febbf2
commit
1ad5eb654b
400 files changed
+93168
-323
No files matched your search
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- head -->
|
||||
{{> head }}
|
||||
|
||||
<!-- Yeah i know js should not be in header. Its required for demos.-->
|
||||
|
||||
<!-- javascript -->
|
||||
{{> javascripts }}
|
||||
</head>
|
||||
<body>
|
||||
<!-- header -->
|
||||
{{> header }}
|
||||
|
||||
<!-- home panel -->
|
||||
{{> home-hero }}
|
||||
|
||||
<!-- body -->
|
||||
{{> home-carousel }}
|
||||
|
||||
<!-- features -->
|
||||
{{> home-features }}
|
||||
|
||||
<!-- footer -->
|
||||
{{> home-teaser-text }}
|
||||
|
||||
<!-- footer -->
|
||||
{{> footer }}
|
||||
|
||||
<!-- vendors -->
|
||||
{{> vendors }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in new issue
Block a user