-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainpage.html
66 lines (59 loc) · 3.57 KB
/
mainpage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<link rel="stylesheet" href="mainpage.css">
<!-- <link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet' > -->
<nav>
<label class="navbar">
<ul>
<li><a href="#box1">Home</a></li>
<li><a href="#box2">About</a></li>
<li><a href="#box3">Who are we</a></li>
<li><a href="#box4">Contact</a></li>
</ul>
</label>
</nav>
<div id="box1">
<h1>
<span id="firstletter">A</span>dvanced <br> <span id="firstletter">A</span>cademic <br> <span id="firstletter">C</span>enter <br>
<a href="login.html"> <button id="login" >Login</button></a>
<a href=""></a>
<div id="img1">
<img id="img11" style="height: auto; " src="https://res.cloudinary.com/dp6gegfek/image/upload/v1699446602/Tej/Home-aac-logo_lbkedj.png" alt="" id="aaclogo">
</div>
</h1>
</div>
<div id="box2">
<div id="mission"><p class="content"><h2 id="heading">MISSION</h2> <br> Advanced Academic Center(AAC) aspires to be a pre-eminent and inclusive student-focused research unit, prepearing young minds in design thinking and innovation for societal problems.</p></div>
<div id="aboutus"><p class="content"><h2 id="heading">ABOUT US</h2> <br> The Advanced Academic Center (AAC) of GRIET,Hyderabad is an inter-disciplinary research centre.We are commited to excellence in teaching,learning, and research at AAC,and we continue to flourish in this modern.</p> </div>
<div id="weoffer"><p class="content"><h2 id="heading">WHAT DO WE OFFER?</h2> <br> Students are engaged in designing and executing projects with AAC,we organize workshops and lectures on specialized engineering software and hardware tools.We also provide mentorship from real time industrial experts.</p> </div>
</div>
<div id="box3">
<p id="who">who are we?</p>
<div class="b0">
<div class="b1"><p id="dpv">DEAN</p> <p id="ctc" class="ct1">contact</p></div>
<div class="b2"><p id="dpv">PRESIDENT</p> <p id="ctc" class="ct2">contact</p></div>
<div class="b3"><p id="dpv">VICE-PRESIDENT</p> <p id="ctc" class="ct3">contact</p></div>
</div>
<div id="box4">
<a href="https://www.aacgriet.com/"><img src="https://res.cloudinary.com/dp6gegfek/image/upload/v1699446914/Tej/AAC-logo_cggiv4.png
" alt="" id="aacweb"></a>
<div class="icons">
<a href="https://in.linkedin.com/school/advanced-academic-center/"><img style="height: auto; " id='icon' src="https://res.cloudinary.com/dp6gegfek/image/upload/v1699447030/Tej/linkedin_neg1bc.png" alt="" ></a>
<a href="https://www.instagram.com/aac_grietofficial/"><img id="icon" style="padding: auto;" src="https://res.cloudinary.com/dp6gegfek/image/upload/v1699447262/Tej/instagram-logo_anq9y0.png
" alt=""></a>
<a href="https://www.youtube.com/channel/UCqpWtDtDLxBLy8yJZO_-eBw"><img id="icon" src="https://res.cloudinary.com/dp6gegfek/image/upload/v1699447261/Tej/youtube-logo_z0ehce.png" alt=""></a>
<a href="https://github.com/aacgriet/"><img id="icon" src="https://res.cloudinary.com/dp6gegfek/image/upload/v1699447261/Tej/github-logo_rj5fiq.png" alt=""></a>
<br>
<br>
<a href="[email protected]" ><p id="mail">email ID : [email protected] </p></a>
</div>
</div>
</div>
</body>
</html>