mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
32 lines
1.6 KiB
HTML
32 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Home - SilicoFlare</title>
|
|
|
|
<link rel="stylesheet" href="silicoflare.css">
|
|
<link class="styles" rel="stylesheet" href="silicoflare_dark.css">
|
|
<script src="silicoflare.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="modeSel" onclick="changeMode()" onmouseenter="hoverIn()" onmouseleave="hoverOut()"><img id="mode" src="data/dark.png" alt="dark_mode" onmouseenter="hoverIn()" onmouseleave="hoverOut()"></div>
|
|
<span class="tooltip">Dark Mode</span>
|
|
<header>
|
|
<div class="heading">SilicoFlare</div>
|
|
<div class="menu selected">Home</div>
|
|
<div class="menu">Updates</div>
|
|
<div class="menu">Creations</div>
|
|
<div class="menu">Contact</div>
|
|
</header>
|
|
<br><br><br><br><br><br><br>
|
|
<div class="bigtext">The name is Flare...</div>
|
|
<div class="bigtext"><span class="si">Silico</span><span class="f">Flare</span></div>
|
|
<br><br><br>
|
|
<main class="centred">
|
|
Welcome to my world! You would already have seen a significance difference in the looks of my homepage. Yes! I am redesigning it with all the skills I'm learning. Only the homepage is changed, but I'll be changing other pages too! Since other pages are under construction, they have been temporarily removed from my website, so I'm sorry for any inconveniences!
|
|
</main>
|
|
</body>
|
|
</html> |