-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
128 lines (117 loc) · 5.94 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!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>AR001 : Augmented Reality For Everyone</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<header class="header">
<nav class="navbar">
<a href="#" class="nav-logo">AR001</a>
<ul class="nav-menu">
<li class="nav-item">
<a href="#" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="./Pages/syllabus.html" class="nav-link">Syllabus</a>
</li>
<li class="nav-item">
<a href="./Pages/materials.html" class="nav-link">Materials</a>
</li>
<li class="nav-item">
<a href="./Pages/community.html" class="nav-link">Community</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<section class="hero">
<div class="left">
<h1>AR001 : Augmented Reality for Everyone</h1>
<p>By 2022 the XR market is expected to reach $209 billion, which is eight times what it was in 2020. This
tremendous growth could mean the realities of our 2030 lives are beyond our imagination’s ability to
grasp.
In this course you are going to learn about Extended Reality from both Theoritical and Practical
prospect, we will be learning to develop Augmented Reality mobile applications and Augmented Reality
Filters for Instagram and Facebook from scratch, this course is designed for absolute beginners and
professionals and because the course is designed for both professionals and beginners we covered every
concept from scratch such as XR Fundamentals, Unity Engine, C#, Markerbased AR Development and AR Filter
development.</p>
<a target="_blank" href="https://www.youtube.com/c/CodedRealityXR" class="btn">Subscribe to Coded
Reality</a>
<a target="_blank" href="https://antern.co/" class="btn">Premium Course</a>
</div>
<div class="hl">
</div>
<div class="right">
<img src="./Assets/Priyanshu.jpg" alt="">
<p><span>Name: </span>Priyanshu Bhattacharjee</p>
<p><span>Designation: </span>XR Engineer</p>
</div>
</section>
<section class="instructor-info">
<h1>About Instructor</h1>
<hr>
<div class="info">
<img src="./Assets/Priyanshu.jpg" alt="">
<p>Priyanshu Bhattaharjee</p>
<p>AR/VR Developer</p>
<p class="desc">“I am a 17 year old Extended Reality Engineer having more than 2 years of experience
developing XR Applications and more than 3 years of experience of working with Unity Engine, I have
worked with
multiple startups as an XR Developer and have taught over 200+ students about Extended
Reality at different colleges and Universities, I am also Co Founder and CTO of Antern and I am leading
the Extended Reality Research and Development department at Antern.”</p>
</div>
<div class="socials">
<a target="_blank" class="yt" href="https://www.youtube.com/c/CodedRealityXR"><i
class="fab fa-youtube"></i></a>
<a target="_blank" class="ln" href="https://www.linkedin.com/in/priyanshu-bhattacharjee/"><i
class="fab fa-linkedin"></i></a>
<a target="_blank" class="ln" href="https://www.instagram.com/priyanshucoderx/"><i
class="fab fa-instagram"></i></a>
<a target="_blank" class="ln" href="https://discord.gg/5bvZAZd83D"><i class="fab fa-discord"></i></a>
<a target="_blank" class="ln" href="https://github.com/Priyanshu-CODERX"><i class="fab fa-github"></i></a>
</div>
</section>
<section class="course-det">
<h1>What You Will Learn?</h1>
<hr>
<div class="details">
<ul>
<li>You will get to learn all the important concepts of Augmented Reality Development.</li>
<li>You would be learning Unity Game Engine and C# for developing Augmented Reality applications.</li>
<li>You would create real world projects that can also be launched as a product later on with some more
improvements and modifications.</li>
<li>You would start creating your own AR Filters and launch it on Instagram and Facebook</li>
<li>You would get the in depth knowledge of the working of Marker Based Augmented Reality Applications
</li>
</ul>
</div>
</section>
<section class="course-det">
<h1>Prerequisites</h1>
<hr>
<div class="details">
<p>The only Prerequisites for the course is to have an active internet connection and a computer system with
atleast 4gb ram, you don't need to have any technical knowledge to attend this course because we will be learning
everything from scratch.</p>
</div>
</section>
<footer class="foot">
<div class="info">
<p>Developed with 💖 by <a href="#"> Priyanshu Bhattacharjee</a></p>
</div>
</footer>
<script src="./main.js"></script>
</body>
</html>