-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonal-info.html
More file actions
174 lines (169 loc) · 5.99 KB
/
personal-info.html
File metadata and controls
174 lines (169 loc) · 5.99 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>
Personal Info
</title>
<script src="https://cdn.tailwindcss.com">
</script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/>
<link href="styles.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Georgia&display=swap" rel="stylesheet"/>
<style>
body {
font-family: Georgia, serif;
}
</style>
</head>
<body class="bg-white">
<nav class="bg-gray-600 bg-opacity-80 text-white text-sm md:text-base" style="position: fixed; top: 0; visibility: visible;">
<div class="max-w-7xl mx-auto flex items-center px-3 md:px-6 h-12 md:h-14" >
<img src="./LOGO_6573.jpg" alt="Logo" class="h-12 w-auto" />
<a class="relative" href="www.google.com" style="font-size: 200px; margin-left: -30;">.</a>
<span class="select-none pr-15" style="font-size: 30px; color: black;">
Sanju R Fulpagar
</span>
<ul class="ml-6 flex space-x-3 md:space-x-6 font-semibold">
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="index.html">
Home
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="education.html">
Education
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="experience.html">
Experience
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="teaching.html">
Teaching
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="learning-resource.html">
Learning Resources
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="research-domain.html">
Research Domains
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="research-group.html">
Research Group
</a>
</li>
<li>
<a class="bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="personal-info.html">
personal-info
</a>
</li>
<li class="relative group">
<button aria-expanded="false" aria-haspopup="true" class="flex items-center space-x-1 hover:underline focus:outline-none">
<span>
More
</span>
<i class="fas fa-caret-down text-xs">
</i>
</button>
<ul class="absolute left-0 top-10 mt-1 w-48 bg-white text-black text-sm shadow-lg rounded-sm opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-opacity min-w-[150px] z-20 duration-300">
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200" href="publication.html">
Publications
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200" href="update.html">
Updates
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200" href="award.html">
Awards & Recognition
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200 truncate" href="conference.html" title="Conferences/Workshops">
Conferences
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200" href="gallery.html">
Gallery
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100" href="project.html">
Project
</a>
</li>
</ul>
</li>
<li>
<input aria-label="Search" class="hover:underline" href="#">
<i class="fas fa-search">
</i>
</input>
</li>
</ul>
</div>
</nav>
<section class="relative w-full h-64 md:h-72 lg:h-80 bg-black">
<img alt="Statue illuminated at night with dark sky background" class="w-full h-full object-cover" height="288" src="https://storage.googleapis.com/a1aa/image/2ceb5ff7-5f80-49b7-6084-2b3dada36cc0.jpg" width="1920"/>
<div class="absolute inset-0 flex flex-col justify-center items-center text-white font-serif text-5xl md:text-6xl lg:text-7xl font-normal">
<h1>
Personal Info
</h1>
<div class="w-64 md:w-80 lg:w-96 h-3 bg-yellow-400 mt-3">
</div>
</div>
</section>
<main class="max-w-6xl mx-auto px-6 py-12">
<div class="flex flex-col md:flex-row md:justify-between md:items-start">
<article class="md:w-2/3">
<h2 class="text-3xl font-serif mb-6">
Correspondence
</h2>
<p class="mb-4">
<strong>
<li>Office Address:</li>
</strong>
</p>
<p class="mb-4 leading-relaxed max-w-xl">
Dr. Priyank J. Sharma,
</p>
<p class="mb-4 leading-relaxed max-w-xl">
Assistant Professor, Civil Engineering
</p>
<p class="mb-4 leading-relaxed max-w-xl">
Room No. 402, Pod-1C Vanadium Building,
</p>
<p class="mb-4 leading-relaxed max-w-xl">
IIT Indore, Khandwa Road, Simrol,
</p>
<p class="mb-4 leading-relaxed max-w-xl">
Indore – 453552, M.P., India.
</p>
<p class="mb-4">
<strong>
<li>Office Contact:</li>
</strong>
</p>
<p class="mb-4 leading-relaxed max-w-xl">
+91 731 2438 123
</p>
</article>
<aside class="mt-10 md:mt-0 md:w-1/3 flex justify-center">
<img alt="Red postbox with a yellow envelope sticking out" class="w-48 h-48 object-contain" height="200" src="https://storage.googleapis.com/a1aa/image/9fae0b0d-9172-464b-7f3f-71c0db549a9e.jpg" width="200"/>
</aside>
</div>
</main>
</body>
</html>