-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvision.html
More file actions
69 lines (61 loc) · 3.41 KB
/
Copy pathvision.html
File metadata and controls
69 lines (61 loc) · 3.41 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
<!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>Our Vision</title>
<link rel="shortcut icon" type="image/jpg" href="./JSS_Logo.png"/>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="media.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Benne&display=swap" rel="stylesheet">
</head>
<body id="home">
<img height="120px" width="100%" src="./jssLogo.jpg" alt="">
<!-- navbar -->
<nav id="navbar" style="margin-top: -0.75rem; ">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="academics.html">Academics</a></li>
<li><a href="admission.html">Admission</a></li>
<li><a href="campus.html">Campus</a></li>
<li><a href="hostel.html">Hostel</a></li>
<!-- <li><a href="about.html">About</a></li> -->
<li><a href="connect.html">Connect</a></li>
<li><a href="clubs.html">Clubs</a></li>
<li><a class="current" href="vision.html">Vision</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</nav>
<div class="vision">
<div class="content">
<h2>Vision</h2>
<p><b>JSS Academy of Technical Education Noida</b> aims to become an Institution of excellence in imparting quality Outcome Based Education that empowers the young generation with Knowledge, Skills, Research, Aptitude and Ethical values to solve<b> Contemporary Challenging Problems</b></p>
</div>
<div class="content">
<h2>Mission</h2>
<ol>
<li><span style="font-size: 40px; color: orange;font:bolder; ">D</span>evelop a platform for achieving globally acceptable level of intellectual acumen and technological competence</li>
<li><span style="font-size: 40px; color: orange;font:bolder;">C</span>reate an inspiring ambience that raises the motivation level for conducting quality research</li>
<li><span style="font-size: 40px; color: orange;font:bolder;">P</span>rovide an environment for acquiring ethical values and positive attitude</li>
</ol>
</div>
<div class="content">
<h2>Entrepreneurship Focus</h2>
<p>JSS Business Incubator is India’s first Technology Based Incubator (TBI), started in 2000 with support from National Science & Technology Entrepreneurship Development Board (NSTEDB) & Department of Science & Technology (DST), Government of India. We have graduated over 100 start-ups and currently incubating over 30. In case you are in Blockchain, Artificial Intelligence +Machine Learning +Big Data or IOT space, we can enable your growth faster through our wide network of Industry mentors, enabled market access (providing qualified leads) and reputed angel and venture investors.</p>
</div>
</div>
<!-- FOOTER -->
<div class="footer">
<div class="footbar">
<div class="items">
<img style="margin: .95rem;" src="./JSS_Logo.png" alt="">
<p>Affitiated to AKTU university <br>
<b>JSS Academy Of Technical Education C-20/1, Sector-62, NOIDA, DISTT.U.P., INDIA-201301</b>
</p></div>
<p> © Copyrights JSSATEN all rights reserved ® </p>
</div>
</div>
</body>
</html>