-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvlog.html
70 lines (66 loc) · 3.29 KB
/
vlog.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!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 - Vlog</title>
</head>
<body>
<!-- Navbar -->
<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-card w3-white" style="margin-top: 50px;">
<div class="w3-row-padding">
<h2 class="w3-padding ta-purple">Vlog</h2>
</div>
<div class="w3-row-padding" style="padding-bottom: 50px;">
<div class="w3-card w3-container w3-white w3-margin w3-padding-large">
<div class="w3-container w3-padding ta-purple">
<h4>#2</h4>
</div>
<div class="w3-half">
<h3><strong>Website Version 2 Update</strong></h3>
<h6>TA.Aeidus, <span class="w3-opacity">September 4, 2023</span></h6>
<p>We are releasing <strong>Build 2.0.3</strong> of the site.</p>
<p>We extended the design of the site to cater properly all of the information regarding us.</p>
<p>There will be a lot of upcoming changes in this site particularly adding services and way to contact us.</p>
<p>Stay tune for Version 3, as this will be the target latest build for our site and open freelancing business.</p>
</div>
<div class="w3-half">
<img src="images/headline2.png" style="width:100%" class="w3-padding-16">
</div>
</div>
<div class="w3-card w3-container w3-white w3-margin w3-padding-large">
<div class="w3-container w3-padding ta-purple">
<h4>#1</h4>
</div>
<div class="w3-half">
<h3><strong>TeamAei Website Launch!</strong></h3>
<h6>TA.Aeidus, <span class="w3-opacity">February 26, 2020</span></h6>
<p><strong>Making our presence online!</strong> We are finally launching our website blog. Tune in with us every updates we make here to keep you up to date on the events.</p>
</div>
<div class="w3-half">
<img src="images/headline1.png" style="width:100%" class="w3-padding-16">
</div>
</div>
</div>
</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>