-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
126 lines (100 loc) · 4.2 KB
/
index.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
<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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Document</title>
</head>
<body>
<div>
<div>
<nav>
<div class="logo">Karthi</div>
<ul>
<li><a href="#" >Home</a></li>
<li><a href="#">Login</a></li>
<li><a href="#">Register</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#" class="active">FAQ</a></li>
</ul>
</nav>
</div>
<div class="section-1">
<div class="one">
<img src="hero-carousel-1.svg" alt="">
<h5 style="color:#485664 ; font-size:40px; margin-top: 15px;">Welcome to <span style="color:#0EA2BD ;">Placement cell</span></h2>
<h5 style="color: #B6BBC1; margin-top:20px;">We will support you In your Entire Placement Journey</p>
<button class="button" role="button">Get Started</button>
</div>
</div>
<div>
<div class="section-2">
<div class="right-1">
<h3>Placement Portal</h3>
<p>The Placement Cell plays a crucial role in locating job opportunities for under graduates and post graduates passing out from the college by keeping in touch with reputed firms and industrial establishments.<br><br>
The placement cell operates round the year to facilitate contacts between companies and graduates. The number of students placed through the campus interviews is continuously rising.</p>
<button class="button" role="button" style="margin-right:370px; margin-top:20px;">Get Started</button>
</div>
<div class="img-2">
<img src="sec-2.png" alt="">
</div>
</div>
</div>
<!-- thrid -->
<div class="Sectionthree">
<div class="right-2">
<h2>Objectives</h2>
<p>Our Placement Portal serves various objectives:</p>
<p>⭐Developing the students to meet the Industries recruitment process.</p>
<p> ⭐To motivate students to develop Technical knowledge and soft skills in terms of career planning, goal setting.</p>
<p>⭐To produce world-class professionals who have excellent analytical skills, communication skills, team building spirit and ability to work in cross cultural environment.</p>
</div>
<div class="left-2">
<img src="third.gif" alt="">
</div>
</div>
<footer class="footer-distributed">
<div class="footer-left">
<h3>Company<span>logo</span></h3>
<p class="footer-links">
<a href="#" class="link-1">Home</a>
<a href="#">Blog</a>
<a href="#">Pricing</a>
<a href="#">About</a>
<a href="#">Faq</a>
<a href="#">Contact</a>
</p>
<p class="footer-company-name">Company Name © 2015</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>444 S. Cedros Ave</span> Solana Beach, California</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+1.555.555.5555</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:support@company.com">support@company.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span>
Lorem ipsum dolor sit amet, consectateur adispicing elit. Fusce euismod convallis velit, eu auctor lacus vehicula sit amet.
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
</footer>
</div>
</body>
</html>