KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
linklist
★ 10
Open GitHub ↗
Roll your own linklist
Download README (.md)
Explore Similar Repositories
flytecopilot
:
The Flyte data-sidecar that helps move the input and output data intelligently between containers
Basic-Banking-Application
:
No description available.
tanzu-spring-cloud-gateway
:
Hello World getting started with Tanzu Spring Cloud Gateway
Deep-Mixed-Reality-IoT-Control-System-HoloLens2
:
RaspberryPi IoT Control System using UDP Socket, which is detected from embedded deep learning model and connected from Python-C# in HoloLens2 with Unity3D
webpack-cloud-functions
:
Webpack integration for cloud/lambda functions
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
linklist
?
Download (.md)
# Roll your own linklist (a short tutorial) Last updated February 24, 2021 ## Why bother? Building your own linklist using HTML and CSS is like having your own [Linktree](https://linktr.ee/), but it's infinitely more customizable. Plus, it's nice to not have to rely on commercial services sometimes, who, even if they're not charging you, are probably slurping your data for commercial gain. ## How to do it - [Download this repository](https://github.com/narwhalacademy/linklist/archive/main.zip) to your computer - Open `index.html` in any web browser to see what it looks like. - Edit `index.html` to change the text, links, fonts and colors. - To see the effect of edits, you will have to refresh `index.html` in your web browser. - Replace the images in the `img` folder. Then, if necessary, change the referenced filenames in `index.html` - Optional: edit `main.css` for finer control over the layout - Upload the contents of this repository onto a web host - Make sure to test it the webite on small and large screen sizes (e.g. a mobile phone and a laptop) ## What's files are in this repository - `index.html` — the main web page, which we've made easy to edit - `main.css` - advanced styling settings, edit if you want more control - `normalize.css` - standardizes styling defaults across different computers - `README.md` - this tutorial document that you're reading right now - `img\background-image.jpg` - our background image of the sea - `img\bottom-image.png` - our images of narwhals hanging at the bottom - `img\profile-picture.png` - our profile picture ## For more information - If you're not sure what a web host is, we recommend starting a free account on [Neocities](https://neocities.org) and starting out on there. - To edit `index.html`, simply open it any text editing program (TextEdit on OSX, Notepad on Windows) - Colors can be set in three ways: 1. Named colors like "black" and "white". [See the full list on Encyclorpedia](https://encycolorpedia.com/named). 2. Hexademical codes like #000000 and #FFFFFF. 3. RGBA values that let you set rgba(red, green, blue, alpha) values. - `rem` is a standard unit of length/size. Try not to accidentally delete it! - Learn more about editing basic webpages in the [Neocities HTML Course](https://neocities.org/tutorials). - Still have a question? Ask us on the [issues page](https://github.com/narwhalacademy/linklist/issues). ## Examples linklists - [https://linklist.narwhalacademy.org](https://linklist.narwhalacademy.org) - [https://linklist.byjasonli.com](https://linklist.byjasonli.com)