-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (79 loc) · 2.73 KB
/
index.html
File metadata and controls
83 lines (79 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="./css/stylesheet.css" media="screen" title="no title" charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Astloch' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main">
<div id="container">
<div id="logoContainer">
<div id="logo">banned</div>
<div id="logoBorder"></div>
</div>
<div class="mainBorder">
<div class="navbar">
<ul>
<li><a href="#" id="0">Home</a></li>
<li><a href="#" id="1">Projects</a></li>
<li><a href="#" id="2">About</a></li>
</ul>
</div>
<div class="mainBody" id="mainBody">
<div id="welcomeTab">
<div class="mainHeader">
<div class="welcomeTitle">Welcome.</div>
<hr>
<div class="welcomeSubtext">
禁 止 さ れ た
<br>
<br>
<br>
B R E A K B O Y S
</div>
</div>
</div>
<div id="projectTab">
<div class="mainHeader">
<div class="">My Projects:</div>
<hr>
</div>
<div class="mainInfo">
<a class="infoBlock" href="https://bnned.github.io/CSGOClicker/">
<div class="titleBlock">
<div>CSGO Clicker</div>
</div>
<img src="http://i.imgur.com/ly8a3EJ.png" alt="" />
</a>
</div>
<div class="mainInfo">
<a class="infoBlock" href="https://github.com/bnned/Open-Source-Betting">
<div class="titleBlock">
<div>Open Source Betting</div>
</div>
<img src="http://i.imgur.com/BHPBBms.png" alt="" />
</a>
</div>
</div>
<div id="aboutTab">
<div id="welcomeTab">
<div class="mainHeader">
<div class="welcomeTitle">About.</div>
<hr>
<div class="welcomeSubtext">Just learning the ways. Check out some links of mine below :^)</div>
<div class="mediaLinks">
<a href="https://soundcloud.com/modems">Soundcloud</a>
<a href="https://github.com/bnned">Github</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="./js/script.js"></script>
</html>