-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (53 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Newskl XR</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<!-- Link to your CSS file -->
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<h1>Newskl<sup>XR</sup></h1>
<p>Don't memorize, visualize!</p>
</header>
<div class="main">
<p>An open-source WebXR startup, a platform for enhancing interactive learning for Gen Z.</p>
<p class="important">
Looking for interested professionals who want to contribute to this project
or interns who are looking for internships can drop a mail.
</p>
<p class="email"><strong>Email: nchaithanya735@gmail.com</strong></p>
<p>Positions: Available (Just drop a mail if you know any one of these and start building)</p>
<ul>
<li>Frontend
<ul>
<li>React Dev, React VR</li>
<li>Three.js, A-Frame, Babylon.js, PlayCanvas, AR.js, WebXR, WebGL</li>
<li>Anything AR VR</li>
</ul>
</li>
<li>Backend
<ul>
<li>Node.js with Express</li>
<li>Django (Python)</li>
<li>Flask (Python)</li>
<li>Ruby on Rails (Ruby)</li>
<li>ASP.NET (C#)</li>
<li>Node.js</li>
<li>Python</li>
</ul>
</li>
<li>Senior Full Stack Dev</li>
<li>And more positions will be added</li>
</ul>
<p>Role: Developers need to collaborate with teachers, college professors, to create each module in the platform.</p>
<p style="font-style: italic;">Let's change this education system together.</p>
</div>
<footer>
<small>© 2023 Newskl<sup>XR</sup>. All rights reserved.</small>
</footer>
</body>
</html>