-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.html
45 lines (41 loc) · 2.18 KB
/
intro.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
<!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>Index.html</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/intro.css">
</head>
<body>
<header>
<section class="navsection">
<div class="logo">
<h1>CODDESS</h1>
</div>
<NAV>
<a href="#" target="_blank" class="blue">Home</a>
<a href="/About.html" target="_blank">About</a>
<a href="https://github.com/Priyapac261" target="_blank">Github Profile</a>
<a href="https://www.linkedin.com/in/priya-pachauri-79b33320a/" target="_blank">Linkedin Profile</a>
</NAV>
</section>
<main>
<div class="leftside">
<h1>Hello</h1>
<p>Nowadays, People are following the crowd. There are a lot of career options for a student after class 12 with a PCM or a PCB background. But in our education system, mostly students are advised to join the Engineering or Medical field. These fields have already been trampled enough and have lead to a point of saturation in the industries.</p>
<p>Having a science background also gives you an advantage over other as you can change your stream anytime you want.You can opt for your favourite subject and choose any course.A brief description about some courses is given below</p>
<a href="/Animation.html" class="btn1" target="_blank">Animation</a>
<a href="/Defence.html" class="btn2" target="_blank">Defence</a>
<a href="/fashion.html" class="btn3" target="_blank">Fashion Designing</a>
<a href="/Music.html.txt" class="btn4" target="_blank">Music </a>
</div>
<div class="rightside">
<img src="/rightimage1_prev_ui.png" alt="">
</div>
</main>
</header>
</body>
</html>