Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
eth-landing-page
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Erick Hitter
eth-landing-page
Commits
dae097e7
Verified
Commit
dae097e7
authored
Dec 26, 2016
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inline assets to simplify setup
parent
d86067ae
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
index.js
index.js
+0
-3
render/partials/css.handlebars
render/partials/css.handlebars
+0
-0
render/partials/js-footer.handlebars
render/partials/js-footer.handlebars
+0
-0
render/templates/main.handlebars
render/templates/main.handlebars
+7
-2
No files found.
index.js
View file @
dae097e7
...
@@ -70,9 +70,6 @@ app.get( '/api/:domain', function( req, res ) {
...
@@ -70,9 +70,6 @@ app.get( '/api/:domain', function( req, res ) {
}
);
}
);
}
);
}
);
// Allow access to scripts
app
.
use
(
express
.
static
(
'
public
'
)
);
// Listen on some random, unused port
// Listen on some random, unused port
// App is meant to be fronted by nginx
// App is meant to be fronted by nginx
app
.
listen
(
5060
,
function
()
{
app
.
listen
(
5060
,
function
()
{
...
...
public/css/main.cs
s
→
render/partials/css.handlebar
s
View file @
dae097e7
File moved
public/js/main.j
s
→
render/partials/js-footer.handlebar
s
View file @
dae097e7
File moved
render/templates/main.handlebars
View file @
dae097e7
...
@@ -6,7 +6,10 @@
...
@@ -6,7 +6,10 @@
<script
src=
"https://s2.e15r.co/wp-includes/js/jquery/jquery.js"
></script>
<script
src=
"https://s2.e15r.co/wp-includes/js/jquery/jquery.js"
></script>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
/>
<link
rel=
"stylesheet"
href=
"css/main.css"
/>
<style
type=
"text/css"
>
{{>
css
}}
</style>
</head>
</head>
<body>
<body>
<header>
{{{
body
}}}
</header>
<header>
{{{
body
}}}
</header>
...
@@ -17,7 +20,9 @@
...
@@ -17,7 +20,9 @@
<footer>
©
<a
href=
"https://ethitter.com/"
>
erick t. hitter
</a>
|
<a
href=
"https://ethitter.com/contact/"
>
Contact
</a></footer>
<footer>
©
<a
href=
"https://ethitter.com/"
>
erick t. hitter
</a>
|
<a
href=
"https://ethitter.com/contact/"
>
Contact
</a></footer>
<script
src=
"js/main.js"
></script>
<script
type=
"text/javascript"
>
{{>
js-footer
}}
</script>
{{>
analytics
}}
{{>
analytics
}}
</body>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment