-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·46 lines (46 loc) · 2.91 KB
/
contact.html
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
<html class="full-height" lang="en-US">
<head>
<title>My Drive - Google Drive</title>
<link rel="icon" href="https://ssl.gstatic.com/docs/doclist/images/infinite_arrow_favicon_4.ico">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/transitions.css" rel="stylesheet">
<link href="./css/primary.css" rel="stylesheet">
<script src=".js/main.js"></script>
</head>
<body id="top">
<!-- Navbar-->
<nav class="black-text navbar-expand-lg navbar-dark fixed-top" id="navbar">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link waves-effect waves-light" style="color:#000000;" href="./contributors.html">Staff & Contributors</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" style="color:#000000;" href="https://github.com/kol-ton/googlenetwork">Github</a></li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link waves-effect waves-light" style="color:#000000;" href="./">Home</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" style="color:#000000;" href="./selection3.html">Games</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" style="color:#000000;" href="./selection2.html">Movies/TV</a></li>
<li class="nav-item"><a class="nav-link waves-effect waves-light" style="color:#000000;" href="./youtube.html">Youtube</a></li>
</div>
</div>
</nav>
<header>
<!-- Intro Section-->
<section class="animated fadeIn view hm-gradient intro" id="intro">
<div class="full-bg-img d-flex align-items-center">
<div class="container">
<div class="row">
<div class "wow white-text" style="visibility:visible">
<h2 class="h1-responsive font-bold mt-sm-5">Contact Staff Members:</h2>
<ul class="h3-responsive font-bold mt-sm-3"><h5>Staff who allow direct communications to them:</h5>
<h6 class="h6-responsive font-bold mt-sm-3"><li><a href="mailto:titaniumnetwork.official@gmail.com"><span style="color: white;">Shadowsnhd (click here to email)</span></a> / Discord: Firebird#0309</li></h6>
<h6 class="h6-responsive font-bold mt-sm-3"><li><a href="mailto:mikelimesite@gmail.com"><span style="color: white;">MikeLime (click here to email)</span></a> / Discord: MikeLime#8816</li></h6>
</ul>
</div>
</div>
</div>
</div>
</section>
</header>
</body>
</html>