forked from org-45/yantra-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ORG 45</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="assets/images/logo.png">
</head>
<body>
<section>
<header>
<h2><a style="color: blue;" href="#" class="logo">ORG 45</h2>
<div class="navigation">
<li><a href="#"></a></li>
<li><a href="#">Home</a></li>
<li><a href="./bootcamp.html" target="_blank" >Bootcamp</a></li>
<li><a href="https://discord.gg/88knsFbQp7" target="_blank">Contact</a></li>
</div>
</header>
<div class="content">
<div class="info">
<h2>ReactJS<br><span>10-Week Bootcamp</span></h2>
<p>Join Org45's 10-week ReactJS Bootcamp!
Dive into React development, build an open-source project to MVP level, and explore industry best practices.
Classes start October 9th, 2023, at 9:00 PM (+5:45 GMT). Limited spots!
<br>Email [email protected] now! 🚀
</p>
<a href="https://www.linkedin.com/feed/update/urn:li:activity:7115525788493393920/" target="_blank" class="info-btn">More Info</a>
</div>
</div>
<div class="media-icons">
<a href="https://github.com/org-45" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/org45/?miniCompanyUrn=urn%3Ali%3Afs_miniCompany%3A93237924" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
</div>
</section>
<script src="https://kit.fontawesome.com/ef02b05d8a.js" crossorigin="anonymous"></script>
</body>
</html>