-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (54 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body >
<header>
<div class="welcome"><h1><i>Welcome to My Profile</i></h1></div>
</header>
<div class="profile" >
<div class="intro">
<div class="pic">
<img class="containe" src="https://cdn-icons-png.flaticon.com/512/219/219970.png" alt="myimg" style="height: 300px;">
</div>
<div class="name"><h1>Vishal Suthar</h1>
<h3>B.Tech Second Year (23-24) ,<br>Computer Science Student </h3></div>
<div class="info"><h2>Personal Information</h2>
<li>hometown - Jodhpur</li>
<li>Pursuing B.Tech at PIET Jaipur</li>
<li>Likes - Movies,Games,Animations</li>
<li>Hobbies - Drawing,Painting,Volleyball </li></div>
<div class="info"> <h2>Education Qualification </h2>
<li>Senior Secondary Schooling from -<br>Lucky Bal Niketan Senior Secondar School ,<br>
Jodhpur</li>
<li>Grades:<br>
12th : 91.6<br>
10th : 89.6</li>
</div>
<div class="other"><h2>Skills</h2>
<li>C</li>
<li>C++</li>
<li>Front-end</li>
<li>Arduino</li>
<li>CAMD</li>
<li>Python</li>
<li>ReactJs</li>
</div>
<div class="contact"><h2>Contact me:<br>
</h2> <li>Email me : [email protected]</li>
<li>Github profile :<a class="textd" href="https://github.com/Vishalsuthar88">Click me <i class="fa fa-github"
style="font-size:36px"></i></a></li></div>
</div>
<footer>
<div class="footer">
<h1>Thank you! Have a nice day.</h1>
</div>
</footer>
</body>
</html>