-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (83 loc) · 4.84 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html lang=en>
<head>
<meta charset=UTF-8 />
<meta name=description content="Free coming soon template">
<meta name=author content="Pawel Zuchowski">
<meta name=viewport content="width=device-width,initial-scale=1" />
<meta http-equiv=X-UA-Compatible content="ie=edge" />
<link rel=stylesheet href=https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css
integrity=sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO crossorigin=anonymous>
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel=stylesheet>
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@300;700&display=swap" rel=stylesheet>
<link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto&display=swap">
<link rel="icon" type="image/x-icon" href="./img/adaptive-icon.ico">
<script src=https://kit.fontawesome.com/3c09bcb51a.js></script>
<title>Dijkstra</title>
<link href="styles/main.css" rel="stylesheet">
</head>
<body>
<div class=container>
<div class=row>
<div class="left-wrap col-12 col-md-5">
<div class=left>
<p><span class=days></span><span class=small> days</span></p>
<p><span class=hours></span><span class=small> hours</span></p>
<p> <span class=minutes></span><span class=small> minutes</span></p>
<p> <span class=seconds></span><span class=small> seconds</span></p>
</div>
</div>
<div class="col-12 col-md-7 right">
<div class=mainInfo>
<h1>Dijkstra - Coming Fall, 2024</h1>
<p class=slogan style="font-size: 13px;">Dijkstra is an Open-Source, Non-Profit organization built
for the student community
by students. Dijkstra is currently under development, and aims to provides a safe space for
learning,
collaboration, and mentorship, and to help students by defining a clear path to success, be it
with
improving fundamentals like data structures and algorithms, networks, operating systems to
Developmental
knowledge to be work-ready in the industry. Students will be able to get real-time work
experience by
collaborating on the development of Dijkstra. This would include skills in full-stack
development, micro-services
development, cloud services, etc. All of which will be made available for students to access
and work on. In simple terms, Dijkstra aims to be a one-stop solution for any aspiring CS
student
to become industry-ready.</p>
<p class=slogan style="font-size: 13px;">We're currently looking for passionate students and
Open-Source Developers for the following: <br>
- Application Development (MERN stack) <br>
- Web Development (MERN stack) <br>
- Discord Moderators <br>
- UI/UX Designers <br>
- Content Writers <br>
- Educators <br>
<br>
If you can help, please do reach out to us! :)
Feel free to send a message through the message box below.
</p>
<label>
</label>
<form class=form-subscribe action="https://forms.gle/MNCwh9VKcHVepwbx7">
<button type=submit>Fill Form</button>
</form>
</div>
<ul class=icon-list>
<!-- <li class=icon><a class=twitter href=google.com></a></li> -->
<li class=icon><a class=linkedin href=https://www.linkedin.com/company/dijkstra-edu></a></li>
<!-- <li class=icon><a class=facebook href=google.com></a></li>
<li class=icon><a class=instagram href=google.com></a></li>
<li class=icon><a class=youtube href=google.com></a></li> -->
<li class=icon><a class=github href=https://github.com/Dijkstra-Edu/Dijkstra></a></li>
<li class=icon><a class=discord href=https://discord.gg/Ct82yF3KAU></a></li>
<li class=icon><a class=stackoverflow href=google.com></a></li>
<li class=icon><a class=medium href=google.com></a></li>
</ul>
</div>
</div>
</div>
<script type="text/javascript" src="scripts/bundle.js"></script>
</body>
</html>