-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyWebsite.html
128 lines (123 loc) · 3.51 KB
/
MyWebsite.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
127
128
<!DOCTYPE html5>
<html lang="en" dir="ltr">
<head>
<!-- This is a simple webpage created for the purpose of web inductions........ -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<meta charset=”utf-8”>
<link rel="stylesheet" href="Style.css">
<script src="Response.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
My Webpage
</title>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine">
<style>
h1
{
font-family: 'Tangerine', serif;
font-size: 35px;
text-shadow: 4px 4px 4px black;
}
html
{background-attachment:fixed;}
</style>
</head>
<body>
<center>
<img src="logo.jpg" alt="IIT Logo Failed to Display" height="130" width="155" class="c2">
<img src="wdl.jpg" alt="Web and Design Logo Failed to Display" height="130" width="155" class="c3">
</center>
<h1>
<center>
Personal <u> WEBPAGE </u> of <b>Sudhansu Sekhar Dalai</b> <strong> (PUPUL) </strong>
</center>
<hr><hr>
</h1>
<center>
<img src="Gate.jpg" alt="Failed to load image" width="600px" height="300px" class="c1">
</center>
<h2>
<div style="background-color:blue">
Personal Details:
</div>
</h2>
<h3>
<p>
<ul>
<li>I am from <em> <b> Electrical Engineering </b> </em> </li>
<li>I am from School of <em> Electrical Sciences </em> </li>
<li>My roll number is <u> 20EE01057 </u> <br> </li>
<li>I am currently in <b> Section 3 </b> <em> Group 1 </em> </li>
<li>I am from IIT Bhubaneswar</li>
</ul></p>
<h2>
<div style="background-color:brown">
Now we look at the strength of some of the branches of <b>SES</b>
</div>
</h2>
<h3>
<table>
<tr>
<td>Branch</td>
<td>Strength</td>
</tr>
<tr>
<td>Computer Science</td>
<td>80</td>
</tr>
<tr>
<td>Electronics and Communications</td>
<td>50</td>
</tr>
<tr>
<td>Electrical</td>
<td>72</td>
</tr>
</table>
</h3>
</p>
</h3>
<h2>
<div style="background-color:green">
Technical clubs in our Institute</div>
</h2>
<p>
<ol>
<li> <b> <em> Web and Design
<ul>
<li>Web society</li>
<li>Design Society</li>
</ul>
</em> </b> </li>
<li>RISC</li>
<li>Neuromancers</li>
<li>Nakshatra</li>
</ol>
</p>
</h3>
<h2>
<div style="background-color:yellow">
Some Important Social Links</div>
</h2>
<h3>
<a href=https://github.com/SudhansuSekharDalai>My GitHub Profile</a> <br>
<a href=https://www.hackerrank.com/SSDalai>My HackerRank Profile</a> <br>
<a href=https://codeforces.com/profile/ssdalai_2002>My CodeForces Profile</a> <br>
</h3>
<h2>
Visitor Record:
</h2>
<h3>
<form>
USERNAME: <input type="text" name="UserName"><br><br>
PHONENO.: <input type="password" name="PhoneNumber"><br><br>
SUBMIT BUTTON <br>
<input type="button" name="SubmitButton"><br>
</form>
</h3>
<h1>
<hr><hr>
</h1>
</body>
</html>