-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (45 loc) · 1.87 KB
/
index.html
File metadata and controls
62 lines (45 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="Core/blogStyle.css">
</head>
<body>
<div class="header">
<h2 class="white_text">HackyTeam official blog</h2>
</div>
<div class="row">
<div class="left_column">
<a href="Articles/HackyTeam.html" style="text-decoration: none;">
<div class="card">
<h2 class="white_text">General HackyTeam news</code></h2>
<h5 class="white_text">Updating info of the organization, June 30, 2022</h5>
<img src="../Resources/HackyTeamLogoWide.png" style="width: 50%;">
</div>
</a>
<a href="Articles/HackySTL.html" style="text-decoration: none;">
<div class="card">
<h2 class="white_text">HackySTL news</h2>
<h5 class="white_text">News related to the HackySTL development, June 30, 2022</h5>
<img src="../Resources/HSDLogo.png" style="width: 50%;">
</div>
</a>
</div>
<div class="right_column" style="position: sticky; top: 0px;">
<div class="card">
<h2 class="white_text">About Us:</h2>
<img src="../Resources/HackyTeamLogo.png" style="width:30%; border-radius: 7px;">
<p class="white_text">
We are a team which tries to provide
utilities coded with zero backwards
compatibility in mind, most of the time
</p>
</div>
</div>
</div>
<a href="index.html" style="text-decoration: none;">
<div class="footer">
<h2 class="white_text">Home</h2>
</div>
</a>
</body>