-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (41 loc) · 1.9 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
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechHacks - Update</title>
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<img id="logo" src="./assets/images/TechHacks_white_logo.png" alt="TechHacks Logo">
<h1>TechHacks</h1>
</header>
<main>
<p>Hello hackers, </p>
<p>
We are excited to announce that, as of September 2021, TechHacks and Council of Digital Engineers (CODE) have entered an agreement to form a new organization called TechCodes.
</p>
<p>
With the merger with CODE, we will be able to provide higher quality events, better engagements and accomplish our mission of inspiring everyone to computer science regardless of their backgrounds.
</p>
<p>
Over the past few years, TechHacks have hosted numerous hackathons and coding events that have reached hundreds of people both within the founding institution as well as the city. We’d like to thank all members who had participated in our events and helped strengthen the STEM community.
</p>
<p>
As part of the new organization, we will continue to make coding events and competitions accessible to everyone.
</p>
<p>
We hope to see you in TechCodes soon,
</p>
<p>TechHacks Team</p>
</main>
<footer>
<h2>join us for a new journey</h2>
<a href="https://discord.gg/KuYsVuY"><img src="./assets/images/Discord_white_logo.png" alt="Discord logo"></a>
<a href="https://www.instagram.com/techcodeshq/"><img src="./assets/images/Instagram_logo.png" alt="Instagram logo"></a>
</footer>
</body>
</html>