-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html
More file actions
162 lines (141 loc) · 6.69 KB
/
Copy pathabout.html
File metadata and controls
162 lines (141 loc) · 6.69 KB
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
154
155
156
157
158
159
160
161
162
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Nomtes - Free Notes, PYQs, for Students</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Tech" name="keywords" />
<meta content="Nomtes - Get High quality Notes, Question Papers and videos" name="description" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://xbotics7.github.io/Nomtes/about.html" />
<link href="images/favicon.ico" rel="icon">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<!--google font-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.min.css">
<link href="./css/aboutStyle.css" rel="stylesheet">
<link href="./css/anim.css" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-175250230-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-175250230-2');
</script>
</head>
<style>
.social-icon {
font-size: 1.2em;
color: white;
margin-top: 10px;
text-decoration: none;
align-content: center;
}
</style>
<body class="light">
<nav class="navbar navbar-expand-lg navbar-dark my-md-4 my-sm-2 mr-md-5">
<a class="navbar-brand" href="./">Nomtes</a>
<button class="navbar-toggler ml-auto mb-2" style="border:none;" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto mt-2 mt-md-0 text-center">
<li class="nav-item text-center">
<a class="nav-link" href="./">Home</a>
</li>
<li class="nav-item dropdown active ">
<a class="nav-link dropdown-toggle" href="./course.html" role="button">
Courses<span class="sr-only">(current)</span>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="./semester.html?id=BCA">BCA</a>
<a class="dropdown-item" href="./semester.html?id=BBA" style="display: none;">BBA</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About Us</a>
</li>
<li class="nav-item d-lg-none">
<a class="nav-link" onclick="changePageTheme()">Change Theme</a>
</li>
<a class="btn-theme d-none d-lg-inline-flex" onclick="changePageTheme()" data-toggle="tooltip"
data-placement="bottom" title="Change theme"><i class="bi bi-moon theme-icon"></i></a>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-md-4 col-sm-12 col-xs-12 come-in">
<div class="row">
<div class="col-12 container-header">ABOUT US</div>
<div class="about-pad mr-3">
<div class="col-12 about-content">
<p>Xbotics7 is a team of hardworking and passionate Devs.
Every Project developed by us is to learn and have some fun while creating something new.
We believe in learning by doing as there is no learning without action.
<br /><br />
We found it real hard to adapt to the preparation phase
of college examinations. There's a lot to know and a lot to read from various sources which
bewilders the students. At that moment we realized the need of making an app and website consisting
of all the possible notes, study materials, book, previous years question papers, etc at one place
<br /><br />
Therefore we created Nomtes: A better way to learn and
prepare for exams easily.
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12 col-xs-12 my-5 my-md-auto image-align come-in">
<a class="xbot-link " href="https://xbotics7.github.io/" target="_blank"><img src="./images/white.png"
class="xbot-logo " alt="xbot logo">
<h1 class="xbotics7">XBOTICS7</h1>
</a>
</div>
<div class="col-md-4 come-in">
<div class=" container-header-social ">SOCIAL MEDIA</div>
<div class="social-link-div">
<a href="https://github.com/Xbotics7" target="_blank" class="socialmedia-link text-left">
<i class="fa fa-github pr-2"></i> GITHUB
</a>
<a href="https://www.instagram.com/xbotics7/" target="_blank" class=" socialmedia-link text-left">
<i class="fa fa-instagram pr-2 "> </i> INSTAGRAM
</a>
<a href="https://twitter.com/xbotics7" target="_blank" class=" socialmedia-link text-left">
<i class="fa fa-twitter pr-2"> </i>TWITTER
</a>
</div>
<div class=" contact-margin container-header-contact">CONTACT US</div>
<div class="social-link-div">
<a href="mailto:xbotics7@gmail.com" target="_blank" class=" socialmedia-link mailto social text-left">
<i class="fa fa-envelope-o pr-2 "> </i>EMAIL
</a>
</div>
</div>
</div>
</div>
<div class="d-flex fixed-bottom made-love">
Made with love<br>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="./js/main.js"></script>
</body>
</html>