-
Notifications
You must be signed in to change notification settings - Fork 63
/
index.html
214 lines (184 loc) · 6.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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<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">
<!-- Linking the external CSS file name - style3.css -->
<link rel="stylesheet" href="./style3.css">
<title>Resume</title>
<!-- Creating the internal CSS style -->
<style>
main
.body{
background-color: yellow;
}
*{
background-color: cornsilk;
}
main
.details
{
border: 3px solid orange;
border-radius: 10px;
text-align: center;
padding: 5px;
column-count: 3;
column-rule: 3px solid rgb(12, 114, 51);
column-gap: 100px;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 20px;
font-weight: bold;
}
.project{
border: 3px solid orange;
border-radius: 10px;
font-size: 15px;
}
h2{
font-size: 20px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: green;
}
h3{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 20px;
color: green;
}
a{
text-decoration: none;
font-size: 20px;
}
a:link{
color: rgb(217, 147, 41);
}
a:visited{
color: blue;
}
a:hover{
color: rgb(67, 8, 75);
}
.skill-list{
border: 4px solid black;
border-radius: 20px;
width: 500px;
padding: 20px;
}
</style>
</head>
<body style="background-image: url('bg.jpg');">
<!-- Heading under h1 tag -->
<h1 style="text-align: center;margin-bottom:40px;color:tomato"><u>Curriculum Vitae</u></h1>
<!-- Div class for the details -->
<div class="details">
<h3>
<p>Name: Priyanshu Singh</p>
<p>Contact details: 97xxxx8942</p>
<p>Email: giigle@gmail.com</p>
</h3>
</div>
<br><br>
<!-- Objective under h2 tag -->
<div class="objective-title">
<h2><u>Objective</u></h2>
</div>
<!-- Paragraph tag for the content -->
<div class="objective-wrapper">
<p>My Objective is to make efficient solutions to the problems that
is prevailing in India. My aim is to focus on the new technologies like Web3.0
and other options that is going to expand in the future.</p>
</div>
<!-- Eductaional Details -->
<div class="educational-title">
<h2><u>Educational Details</u></h2>
</div>
<!-- Table for the education details -->
<div class="education-details">
<table class="educational-details-wrapper">
<tr style="font-size: 15px;">
<!-- Row head for the table -->
<th><b>CBSE Board</b></th>
<th><b>Percentage</b></th>
<th><b>State</b></th>
<th><b>City</b></th>
<th><b>Year Of Pass</b></th>
</tr>
<tr>
<td>12th</td>
<td>99%</td>
<td>Chhattisgarh</td>
<td>Bhilai</td>
<td>2020</td>
</tr>
<tr>
<td>10th</td>
<td>98%</td>
<td>Chhattisgarh</td>
<td>Bhilai</td>
<td>2018</td>
</tr>
</table>
</div>
<br>
<!-- Skills Set under the h3 tag -->
<div class="skill-title">
<h3><u>Skills Set</u></h3>
</div>
<!-- Creating unordered list with the circle type -->
<div class="skill-list">
<ul style="list-style-type:circle inside ; ">
<div class="list-style">
<li>C++</li>
</div>
<div class="list-style">
<li>C</li>
</div>
<div class="list-style">
<li>Python</li>
</div>
<div class="list-style">
<li>Java</li>
</div>
</ul>
</div>
<br><br>
<br><br>
<br><br>
<!-- Project under the h3 tag -->
<div class="project-title" style="font-size: 400px;">
<h3><u>Projects</u></h3>
</div>
<br><br>
<!-- Declaring the class of the div -->
<div class="project">
<ul style="list-style-type: square;">
<li>Automatic Smoke Detection <p>This will help in detecting the smoke automatically.</p> </li>
<li>Disaster Detection <p>This will help in detecting the Disaster automatically.</p></li>
<li>Stock Market Future Prediction <p>This will help in detecting the future of the stock market automatically.</p></li>
</ul>
<ul style="list-style-type: square;">
<li>Automatic Smoke Detection <p>This will help in detecting the smoke automatically.</p> </li>
<li>Disaster Detection <p>This will help in detecting the Disaster automatically.</p></li>
<li>Stock Market Future Prediction <p>This will help in detecting the future of the stock market automatically.</p></li>
</ul>
</div>
<div class="publication-title">
<h3><u>Publications</u></h3>
</div>
<div>
<a href="https://www.researchgate.net/publication/326667118_Face_Detection_Techniques_A_Review" target="_blank" >Reasearch of face detection</a>
</div><br>
<div>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">Reasearch of Smoke detection</a>
</div><br>
<div>
<a href="https://www.researchgate.net/publication/328930285_Stock_Market_Prediction_Using_Machine_Learning" target="_blank">Reasearch of Market detection</a>
</div><br>
<div>
<a href="https://www.researchgate.net/publication/328930285_Stock_Market_Prediction_Using_Machine_Learning" target="_blank">Reasearch of Market detection</a>
</div><br>
</body>
</html>