forked from g-nerix/Sensei
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
153 lines (115 loc) · 4.49 KB
/
about.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title> Sensei </title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body class="sub_page">
<div class="hero_area">
<div class="hero_bg_box">
</div>
<header class="header_section">
<div class="container">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span>
Sense
</span>
<span style="color: chartreuse;">i</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class=""> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html"> About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Info.html">Exercises</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
</div>
<section class="about_section about_section1 layout_padding">
<div class="container ">
<div class="row">
<div class="col-md-612">
<div class="detail-box">
<div class="heading_container">
<h2>
The Project
</h2>
</div>
<p>
We started off with organizing ideas and ideating processes but soon after midterms all we had left to do was develop the project.
initially, we had used a python script for our project which was
working perfectly and seamlessly but when we searched on how to
integrate the script into a web application, we were stuck !
we had to ask for help from our TA Kyzyl sir who helped us modify our
tech stack and suggested us to switch our script from python to
javascript which we eventually did.
</p>
<div id="pb">
<br>
<h2>The Journey</h2>
<embed src="Yashasvi_Chaurasia.pdf" width="1000" height="800"></embed>
</div>
<style>
#pb{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
</div>
</div>
<div class="col-md-612 ">
<div class="img-box">
</div>
</div>
</div>
</div>
</section>
<section class="info_section">
<div class="container">
<div class="row info_main_row">
<div class="col-md-61 info_col">
<h5>
About <span class="l">Us</span>
</h5>
<p>
We are a bunch people with diverse ideologies who had real fun while completing this project.<br>
All of us have varied interests and thought processes which helped us to build a cool project keeping various set of ideas in mind.<br>
</p>
</div>
</div>
</div>
</section>
<footer class="footer_section">
<div class="container">
<p>
<span id="displayYear"></span> © All Rights Reserved By RASPY
</p>
</div>
</footer>
</body>
</html>