-
Notifications
You must be signed in to change notification settings - Fork 7
/
MECH_CAR_VIDEO.html
132 lines (115 loc) · 5.76 KB
/
MECH_CAR_VIDEO.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="IT.css">
<!-- <script src="ASGE_Roll.js" defer ></script> -->
</head>
<body>
<div class="wrapper">
<div class="header_head">
<ul class="header_items">
<a>About Us</a>
<a>Admissions</a>
<a>Research</a>
<a>Students</a>
<a>Admin</a>
</ul>
</div>
<div class="header2">
<div class="logo_text">
<div class="logo_ait">
</div>
<div class="logo_textpara">
<p>Army Institute</p>
<p>of Technology, Pune</p>
</div>
</div>
<div class="text_part2">
<div class="textii">
<ul>
<a>About Us</a>
<a>Admissions</a>
<a>Research</a>
<a>Students</a>
<a>Admin</a>
</ul>
</div>
<div class="submit_img"></div>
</div>
</div>
<div class="header3">
<div class="campus">
<img src="campus 2.png">
</div>
<div class="content_campus">
<div class="para2">
<p>Applied science & data engg.</p>
</div>
<div class="para3">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quos, dolore!</p>
</div>
<div class="buttonha">
<div>Explore</div>
</div>
</div>
</div>
<div class="about_us">
<div class="about_content">
<h2 class="ab">About</h2>
<p class="about_vision">Vision</p>
<p class="about_content">We strive to empower the students with knowledge of all basic engineering and applied science subjects and to provide avenues for development of their physical, intellectual, emotional and spiritual quotients.</p>
<p class="about_mission">Mission</p>
<div class="about_list">
<ul>
<li>To provide a stimulating learning environment and state of the art infrastructure with the aim of providing a sound foundation to their engineering studies.</li>
<li>To develop creative thinking and inculcate a habit of lifelong learning in students.</li>
<li>To encourage the faculty to acquire latest technical knowledge and pedagogical techniques.</li>
<li>To strive for a holistic personality development of students.</li>
</ul>
</div>
</div>
<div class="rectangle_blue"></div>
<div class="about_image">
<img src="Rectangle 61.png">
</div>
</div>
<div class="main">
<section class="table">
<ul>
<a class="prior" id="asge_hod" href="ASGE_HOD_DESk.html">HOD's Desk</a>
<a class="prior" href="ASGE_FACULTY&STAFF.html">Faculty & staff</a>
<p>Student roll</p>
<a class="prior" href="ASGE_TIMETABLE.html">Timetable</a>
<a class="prior" href="ASGE_EXAM.html">Exam schedule</a>
<a class="prior" href="ASGE_RESULT.html">Result</a>
<a class="prior" href="ASGE_ACTIVITIES.html">Activities</a>
<a class="prior" href="ASGE_SYLLABUS.html">Syllabus</a>
<a class="prior" href="ASGE_RESEARCH.html">Research & development</a>
<a class="prior" href="ASGE_PROJECT.html">Projects</a>
<a class="prior" href="ASGE_INDUSTRY.html">Industry institute interaction</a>
<a href="ASGE_LAB.html" class="prior">Laboratories</a>
<a href="palacement.html" class="prior">Placement record</a>
</ul>
</section>
<div id="student_roll">
<h2>Students Roll : AY 2023-24</h2>
<div class="project_more">
<div class="project_link" style="margin-top: 0.2rem;">
<img src="vector 3.png" alt="">
<a href="https://aitpuneedu-my.sharepoint.com/personal/rgodse_aitpune_edu_in/_layouts/15/stream.aspx?id=%2Fpersonal%2Frgodse%5Faitpune%5Fedu%5Fin%2FDocuments%2FAIT%20%20MECHANICAL%20ENGINEERING%20DEPARTMENT%2FPassenger%20Car%20%28Four%2Ddoor%20Sedan%29%20Cut%20Section%20Model%2Emp4&ga=1&referrer=StreamWebApp%2EWeb&referrerScenario=AddressBarCopied%2Eview" target="_blank">Passenger Car (Four-door Sedan) Cut Section Model</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>