AwuChen / awuchen.github.io

Awu's website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linktree Template

Presentation

Hi there. How are you? Hope you're fine. 😁

In this repository, I would like to make available a website template for people who wants to share your's most important links in any social media. It's very customizable, so you are able to make any changes that you wants.

If necessary, feel free for ask or suggest me about anything. Intend to monitor this repository every day.

🎯 Website demo

Website Demo

💻 Somethings you can do

The index.html can imports two differents snowfall effects, but you must choose between one of these.

Don't use both at the same time, it might seem a little strange.

If you want to keep default effect, don't change the lines where are this code:

<!-- Snowfall Background Animation -->
<section class="animated-background">
    <div id="stars1"></div>
    <div id="stars2"></div>
    <div id="stars3"></div>
</section>
<!-- End of Snowfall Background Animation -->

But, if you want, comment this code above. After commenting the code above, go to the end of index.html, you may see a code code like that:

<!-- 
A different snowfall 
<script  src="snowfall.js"></script> 
-->

Uncomment this code and press ctrl+s for see the updates in your website.

📑 Additional Information

This project was developed to contribute to the open source movement. Therefore, it doesn't have any complex code here.

I liked this project so much that I used it to develop a website for myself. You can see it clicking here.

Furthermore, I must to give the credit to these people, that I got some pieces of code from their own projects to develop this.

©️ johnggli
©️ SamirPaul1

In case you are interested to follow or conected with me on LinkedIn, you can do it in this link: LinkedIn

About

Awu's website

License:MIT License


Languages

Language:CSS 49.5%Language:JavaScript 45.4%Language:HTML 5.1%