-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (59 loc) · 4.54 KB
/
index.html
File metadata and controls
60 lines (59 loc) · 4.54 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/0529812818.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css.css">
<script src="js.js" charset="utf-8"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>G2bb</title>
</head>
<body>
<div class="container content">
<div class="avatarCont">
<img src="img/avatar.jpg" alt="Avatar" class="img-responsive avatar">
</div>
<div class="row">
<div class="col-md-12 name">
<h1>G2bb</h1>
<p>IT // CONTENT CREATOR // MAKER</p>
</div>
<div class="col-md-12">
<div class="socials">
<a href="https://www.youtube.com/channel/UCxuVW6G4Ieu_YU1x4nSe1yA" class="youtube" data-ripple="rgba(0,0,0, 0.3)"><i class="fab fa-youtube"></i></a>
<a href="https://www.twitch.tv/g2bb" class="twitch" data-ripple="rgba(0,0,0, 0.3)"><i class="fab fa-twitch"></i></a>
<a href="https://www.tiktok.com/@g2bb" class="tiktok" data-ripple="rgba(0,0,0, 0.3)"><i class="fab fa-tiktok"></i></a>
<a href="https://discord.g2bb.me" class="discord" data-ripple="rgba(0,0,0, 0.3)"><i class="fab fa-discord"></i></a>
<a href="https://reddit.com/r/HaysTech" class="reddit" data-ripple="rgba(0,0,0, 0.3)"><i class="fab fa-reddit"></i></a>
<a href="https://twitter.com/G2bb101" class="twitter" data-ripple="rgba(0,0,0, 0.3)"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/camera.raw/" class="instagram" data-ripple="rgba(0,0,0, 0.3)"><i class="fab fa-instagram"></i></a>
<a href="https://www.printables.com/social/255065-g2bb/models" class="printables" data-ripple="rgba(0,0,0, 0.3)"><img src="img/printables.png" height="32" alt="Printables"></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 embeds">
<a href="https://www.youtube.com/channel/UCxuVW6G4Ieu_YU1x4nSe1yA" class="link youtube" data-ripple="rgba(0,0,0, 0.3)">
<div class="VideoBox">
<iframe id="youtube_video" class="Video" allowfullscreen></iframe>
</div>
<i class="fab fa-youtube"></i> Latest Video
</a>
<a href="mailto:Joe@g2bb.me" class="Business Email" data-ripple="rgba(0,0,0, 0.3)"><i class="fa fa-envelope"></i> Get in Contact!</a>
<!-- <a href="https://www.thingiverse.com/g2bb/designs" class="thingiverse imgIcon" data-ripple="rgba(0,0,0, 0.3)"><img src="img/thingiverse-logo.png" height="32" alt="Thingiverse"> Thingiverse</a> -->
<a href="https://www.printables.com/social/255065-g2bb/models" class="printables imgIcon" data-ripple="rgba(0,0,0, 0.3)"><img src="img/printables.png" height="32" alt="Printables"> Printables</a>
<a href="https://haysgroups.com" data-ripple="rgba(0,0,0, 0.3)"><i class="fas fa-link"></i> PORTFOLIO</a>
</div>
</div>
</div>
<footer class="footer">
<img src="img/logo.png" alt="Hays Logo" class="HaysLogo">
</footer>
</body>
</html>