-
Notifications
You must be signed in to change notification settings - Fork 0
/
ambassador.html
124 lines (104 loc) · 3.66 KB
/
ambassador.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
<!DOCTYPE html>
<html>
<head>
<title>Be a College Ambassador!</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<link rel="stylesheet" href="https://cdn.cloudfare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.1/css/hover-min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web|Electrolize">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Julius+Sans+One">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<style>
body {
font-family: 'Titillium Web',sans-serif;
color: white;
background-color:#90A4AE;
}
h1,h3,p {
font-family: 'Titillium Web',sans-serif;
margin-top:40px;
margin-bottom:40px;
}
.hoverer {
width: 90%;
}
.hoverer2 {
width: 90%;
height: 220px;
}
.spacer {
height:20px;
}
</style>
<body class="w3-content" style="max-width:1200px;">
<div class='w3-row w3-center w3-jumbo' style='padding-top:10px;'>
Be a College Ambassador
</div>
<hr>
<div class="w3-half w3-center">
<div class='hvr-underline-from-center hoverer'>
<h1 class='w3-xxlarge'>Improving your Skillset</h1>
</div>
<div class='hvr-sweep-to-bottom hoverer2'>
<p class='w3-xlarge'>
An opportunity to improve your communication and managerial skills by interacting with people coming from diverse fields and from various colleges across India.
</p>
</div>
</div>
<div class="w3-half w3-center">
<div class='hvr-underline-from-center hoverer'>
<h1 class='w3-xxlarge'>Earn Certificate</h1>
</div>
<div class='hvr-sweep-to-bottom hoverer2'>
<p class='w3-xlarge'>
Receive a Certificate of Organization from Techlligent, Pimpri Chinchwad College of engineering,Pune authenticating your work as a College Ambassador.
</p>
</div>
</div>
<div class='w3-row w3-center' style='padding-top:10px;'>
<h3 class='w3-xxxlarge' style="text-decoration:underline; margin-top:40px;">Responsibilities</h3>
</div>
<div class="w3-third w3-center">
<div class='hvr-underline-from-center hoverer'>
<h1 class='w3-xxlarge'>Publicity</h1>
</div>
<div class='hvr-sweep-to-bottom hoverer2'>
<p class='w3-xlarge'>
Displaying of the posters of Techlligent 2017-18 within 2-3 days of receiving them on college bulletins and notice boards.
</p>
</div>
</div>
<div class="w3-third w3-center">
<div class='hvr-underline-from-center hoverer'>
<h1 class='w3-xxlarge'>Participation</h1>
</div>
<div class='hvr-sweep-to-bottom hoverer2'>
<p class='w3-xlarge'>
Ensure Keen Participation of your College in various Events conducted by Techlligent ,PCCOE in your College or City.
</p>
</div>
</div>
<div class="w3-third w3-center">
<div class='hvr-underline-from-center hoverer'>
<h1 class='w3-xxlarge'>Social Media</h1>
</div>
<div class='hvr-sweep-to-bottom hoverer2'>
<p class='w3-xlarge'>
Publicising the events of Techlligent on various Social Media Platforms like Facebook, Instagram by sharing the posts of the Event.
</p>
</div>
</div>
<div class='w3-row w3-center w3-xlarge'>
For more details, contact: <br>
Shubham Sonigara <br>
85528 72696 <br>
[email protected] <br><br>
</div>
<div class="w3-row w3-center">
<a class='w3-btn w3-xxxlarge' href="https://docs.google.com/forms/d/e/1FAIpQLSdvs6TukH92FRhqTXOy_efqS6dUgqDCfuMpZOtzTBrOLFLX8w/viewform?c=0&w=1&usp=mail_form_link">Join Us</a><br><br>
</div>
</body>
</html>