-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Sirdug/sirdug.dev
- Loading branch information
Showing
14 changed files
with
286 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>sirdug.dev</title> | ||
<link rel="icon" type="image/x-icon" href="/images/sirdug.jpg"> | ||
<link rel="stylesheet" href="./style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
<nav class="navbar"> | ||
<ul class="navbar-menu"> | ||
<li><a class="homepage" href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="games.html">Games</a></li> | ||
<li><a href="servers.html">Servers</a></li> | ||
<li><a href="AI.html">AI Chatbot</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="card"> | ||
<svg viewBox="0 0 100% 100%" xmlns='http://www.w3.org/2000/svg' class="noise"> | ||
<filter id='noiseFilter'> | ||
<feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='6' stitchTiles='stitch' /> | ||
</filter> | ||
|
||
<rect width='100%' height='100%' preserveAspectRatio="xMidYMid meet" filter='url(#noiseFilter)' /> | ||
</svg> | ||
<div class="content"> | ||
|
||
<h1>Games</h1> | ||
<p class="soon">COMING SOON!</p> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Yantramanav:400,500,700,900" rel="stylesheet"> | ||
<!-- Display the countdown timer in an element --> | ||
<p id="demo" style="background-image: -moz-linear-gradient(top,#b8b0af 0%,#f2ecea 100%); | ||
background-image: -webkit-linear-gradient(top,#b8b0af 0%,#f2ecea 100%); | ||
background-image: -o-linear-gradient(top,#b8b0af 0%,#f2ecea 100%); | ||
background-image: -ms-linear-gradient(top,#b8b0af 0%,#f2ecea 100%); | ||
background-image: linear-gradient(top,#b8b0af 0%,#f2ecea 100%); | ||
-webkit-background-clip: text; | ||
-webkit-text-fill-color: transparent; | ||
position:relative;font-size:1.2em;font-family: 'Yantramanav', sans-serif;font-weight:900;text-align: center;"></p> | ||
|
||
|
||
</div> | ||
</div> | ||
<div class="gradient-bg"> | ||
<svg viewBox="0 0 100vw 100vw" xmlns='http://www.w3.org/2000/svg' class="noiseBg"> | ||
<filter id='noiseFilterBg'> | ||
<feTurbulence type='fractalNoise' baseFrequency='0.6' stitchTiles='stitch' /> | ||
</filter> | ||
|
||
<rect width='100%' height='100%' preserveAspectRatio="xMidYMid meet" filter='url(#noiseFilterBg)' /> | ||
</svg> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="svgBlur"> | ||
<defs> | ||
<filter id="goo"> | ||
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" /> | ||
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -8" result="goo" /> | ||
<feBlend in="SourceGraphic" in2="goo" /> | ||
</filter> | ||
</defs> | ||
</svg> | ||
<div class="gradients-container"> | ||
<div class="g1"></div> | ||
<div class="g2"></div> | ||
<div class="g3"></div> | ||
<div class="g4"></div> | ||
<div class="g5"></div> | ||
<div class="interactive"></div> | ||
</div> | ||
</div> | ||
|
||
<script src="./script.js"></script> | ||
|
||
</body> | ||
|
||
<footer class="footer1"> | ||
<p>beta ver 0.0.1</p> | ||
</footer> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.