mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
VERY GOOD VERY NICE
Bar changes: + each item takes up the same amnt of space + hover: item grows, others shrink + hover: text size increases + if a link, bg color + text color inverts + if not link, bg color is sligtly darker/ligher + if not link clicked, message shows + neon443 is font-size 30 html changes: + removed ids for barItems, unnesccesary + spaced out baritem code to make more readable css changes: + added notlink toast js changes: + added not link toast
This commit is contained in:
13
index.html
13
index.html
@@ -5,20 +5,21 @@
|
||||
<title>neon443</title>
|
||||
<link rel="icon" type="image/x-icon" href="./images/fav.ico">
|
||||
<link rel="apple-touch-icon" href="./images/app-icon.png">
|
||||
<link rel="manifest" href="./app.webmanifest" />
|
||||
<link rel="manifest" href="./app.webmanifest">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./style.css" type="text/css">
|
||||
</head>
|
||||
<script type="text/javascript" src="./script.js"></script>
|
||||
<body>
|
||||
<div class="bar">
|
||||
<div id="barItem1" class="barItem"><h1>neon443</h1></div>
|
||||
<div id="barItem2" class="barItem"><a onclick="showAlert();">dont click</a></div>
|
||||
<div id="barItem3" class="barItem"><a href="https://github.com/neon443">Github</a></div>
|
||||
<div id="barItem4" class="barItem"><p>Text</p></div>
|
||||
<div id="barItem5" class="barItem"><a href="mailto:vape.master.69@hotmail.com">Contact</a></div>
|
||||
<div class="barItem" onclick="notLink()"> <h1>neon443</h1> </div>
|
||||
<div class="barItem"> <a onclick="showAlert();">dont click</a> </div>
|
||||
<div class="barItem"> <a href="https://github.com/neon443">Github</a> </div>
|
||||
<div class="barItem" onclick="notLink()"> <p>Text</p> </div>
|
||||
<div class="barItem"> <a href="mailto:vape.master.69@hotmail.com">Contact</a> </div>
|
||||
</div>
|
||||
<div class="contentPush"></div>
|
||||
<div id="notLinkToast">Not a link!</div>
|
||||
<p>
|
||||
<b>My Projects</b><br>
|
||||
<b>├─</b> <a href="https://neon443.github.io/eaglercraft152/">eaglercraft152</a> - Minecraft 1.5.2<br>
|
||||
|
||||
Reference in New Issue
Block a user