-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.67 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/teamaei.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>The TeamAei - Home</title>
</head>
<body>
<div class="w3-top">
<div class="w3-bar ta-purple w3-card">
<a href="index.html" class="w3-bar-item w3-button w3-padding-large ta-logo">TeamAei</a>
<a href="about.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">About</a>
<a href="vlog.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">Vlog</a>
<a href="https://www.facebook.com/TheTeamAei/" class="w3-right w3-bar-item w3-button"><i class="fa fa-facebook-official"></i></a>
<a href="https://www.instagram.com/theteamaei/" class="w3-right w3-bar-item w3-button"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/TeamAei" class="w3-right w3-bar-item w3-button"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
<div class="w3-wide ta-center" id="home">
<img class="w3-image" src="images/tta-header.png" style="width:100%" width="1600" height="1060">
</div>
<div class="w3-container ta-purple w3-margin-top ta-footer">
<p class="w3-small">Powered By TeamAei © Copyright 2020 of TeamAei All Rights Reserved.
<span class="w3-small w3-right w3-bar-item w3-padding-small"><strong>build 2.0.3</strong></span></p>
</div>
</body>
</html>