mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 23:36:28 -04:00
chore: all finished
This commit is contained in:
parent
c6648cd45f
commit
2d5a09746c
4
app.js
4
app.js
@ -8,10 +8,6 @@ const port = 8000;
|
||||
|
||||
app.use("/", express.static("public"));
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
res.sendFile(path.join(__dirname, "index.html"));
|
||||
});
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example app listening on port ${port}`);
|
||||
});
|
||||
|
10
package.json
10
package.json
@ -1,6 +1,8 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"express": "^4.19.2",
|
||||
"serve-favicon": "^2.5.0"
|
||||
}
|
||||
"dependencies": {
|
||||
"express": "^4.19.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
}
|
||||
}
|
||||
|
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -3,36 +3,19 @@
|
||||
|
||||
<head>
|
||||
|
||||
<!-- Page Information
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<!-- Page Information -->
|
||||
<meta charset="utf-8">
|
||||
<title>LittleLink</title>
|
||||
<meta name="description" content="https://littlelink.io">
|
||||
<title>fekie's link page</title>
|
||||
<meta name="description" content="https://links.fekie.dev">
|
||||
<meta name="author" content="fekie">
|
||||
|
||||
<!-- Mobile Specific Metas
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<!-- Mobile Specific Metas -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
||||
<!-- CSS
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
|
||||
<!-- Themes:
|
||||
Auto: css/skeleton-auto.css
|
||||
Light: css/skeleton-light.css
|
||||
Dark: css/skeleton-dark.css
|
||||
-->
|
||||
<link rel="stylesheet" href="css/skeleton-auto.css">
|
||||
|
||||
<!-- Brand Styles -->
|
||||
<link rel="stylesheet" href="css/brands.css">
|
||||
|
||||
|
||||
<!-- Favicon
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="icon" type="image/png" href="images/littlelink.png">
|
||||
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
|
||||
|
||||
</head>
|
||||
|
||||
@ -44,24 +27,6 @@
|
||||
<div class="row">
|
||||
<div class="column" style="margin-top: 10%">
|
||||
|
||||
<!--
|
||||
|
||||
## Getting Started with LittleLink
|
||||
|
||||
This page has been built with every pre-designed button available in LittleLink by default. You can rearrange and delete as needed.
|
||||
|
||||
You can add your own brand or others brands you may need in the `css/brands.css` file.
|
||||
|
||||
You can add custom icons to `images/icons/...`. It is recommended to use a 24x24 .SVG.
|
||||
|
||||
Edit the "Your Image Here" section to add your own personal branding, like a picture of yourself or your brand logo!
|
||||
|
||||
Edit the "Title" section to change the page heading. You can use something like your name, your social handle, or your brand name.
|
||||
|
||||
Edit the "Short Bio" section tell users about yourself or your brand.
|
||||
|
||||
-->
|
||||
|
||||
<!-- Your Image Here -->
|
||||
<img src="images/200x200.png" class="avatar" srcset="images/400x400.png" alt="">
|
||||
|
||||
@ -83,25 +48,11 @@
|
||||
<!-- Signal -->
|
||||
<a class="button button-signal" href="https://signal.me/#eu/M46bPKb1ZIJIV0W5YJMjcnnwQmscbd04gLh9pZk3hdO0UGwQE2dOW4U38MlCayzr" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/signal.svg" alt="Signal Logo">fekie.08</a><br>
|
||||
|
||||
<!-- Generic Blog -->
|
||||
<!-- <a class="button button-default" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-blog.svg" alt="Blog Icon">Read our blog</a><br> -->
|
||||
|
||||
<!-- Generic Email Alt -->
|
||||
<!-- <a class="button button-default" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-email-alt.svg" alt="Email Icon">Email Us</a><br> -->
|
||||
|
||||
<!-- Generic Website -->
|
||||
<!-- <a class="button button-default" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-website.svg" alt="Website Icon">Visit Website</a><br>
|
||||
<br> -->
|
||||
|
||||
|
||||
<p>Footer WIP</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- End Document
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user