This repository has been archived by the owner on Dec 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessage.html
66 lines (66 loc) · 2.32 KB
/
message.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>
<head>
<title>Text</title>
<style type="text/css">
body {
padding: 20px;
background-color: antiquewhite;}
h1, h2, h3, a {
font-weight: normal;
color: #0088dd;
margin: 0px;}
h1 {
font-family: Georgia, Times, serif;
font-size: 250%;
text-shadow: 2px 2px 3px #666666;
padding-bottom: 10px;}
h2 {
font-family: "Gill Sans", Arial, sans-serif;
font-size: 90%;
text-transform: uppercase;
letter-spacing: 0.2em;}
h3 {
font-size: 150%;}
p {
font-family: Arial, Verdana, sans-serif;
line-height: 1.4em;
color: #665544;}
p.intro:first-line {
font-weight: bold;}
.credits {
font-style: italic;
text-align: right;}
a {
text-decoration: none;}
a:hover {
text-decoration: underline;}
</style>
</head>
<body>
<h1>MESSAGES</h1>
<h2>Complete your degree in the USA</h2>
<p class="intro">The Oppurtunity to study in <a class="USA" href="USA.jpg">USA</a></p>
<h3>ANNOUNCEMENT</h3>
<p>Division of International Affairs brings great opportunity for students who are in their 4th semester of undergraduate study and students who are in their 2nd semester of their Master’s study. Students can complete their 3rd and 4th year of Bachelor study and 2nd year of Master study at University of Partner, USA and get degree from Partner University. Interested students can come and meet Indian representative of the university. Students can have on the spot admission and avail the chance of scholarship also.</p>
<ul>
<li>Venue and Date: Block 32-308 on 18/4/2018</li>
<li>Timings would be 12 PM to 4 PM</li>
<li>Concerned students are of:</li>
</ul>
<ol>
<li>B.tech.CSE</li>
<li>MBA</li>
<li>B. Pharmacy</li>
<li>B. Physiotherapy</li>
<li>MCA (students of 4th semester)</li>
<li>BHMCT</li>
<li>B.Design (Film and TV Production)</li>
<li>B.com</li>
<li>BBA</li>
<li>M.tech CSE</li>
</ol>
<p>For further Information contact Division of International Affairs at 32-308 or call at 999999999 or email at [email protected]</p>
<p class="credits">by DSA</p>
</body>
</html>