-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio1.html
110 lines (110 loc) · 2.73 KB
/
portfolio1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="urf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Responsive Personal Portfolio website</title>
<link rel="stylesheet" href="portfolio1.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Education</a></li>
<li><a href="#">Language</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Projects</a></li>
</ul>
</nav>
<header>
<h2>SNEHA BAGAL</h2>
<p>FRONT END DEVELOPER</p>
<a href="#container">
<i class="fa fa-long-arrow-down arrow"></i>
</a>
</header>
<div class ="container" id="container">
<div class ="profile">
<h2>My Profile</h2>
<p>Hello Guys!!</p>
<p>My name is <b>Sneha Bagal</b> and I am from phaltan,Satara(India).Recentally i am studying in 3rd year INFORMATION TECHNOLOGY department.
<br> <br>
<a href="">Read more</a>
</p>
</div>
<div class ="skills">
<h2>My Skills</h2>
<div>
<label for="file">HTML</label>
<progress id="file" value="70" max="100"> 70% </progress>
</div>
<div>
<label for="file">CSS</label>
<progress id="file" value="60" max="100"> 60% </progress>
</div>
</div>
<div class ="edu">
<h2>Education</h2>
<h2>MY QUALIFICATIONS</h2>
<b>10th</b><br>
school name:Shri janai high school,rajale<br>
parcentage:88.80% <br><br>
<b>12th</b><br>
college name:shardabai pawar mahila mahavidyalaya,baramati<br>
parcentage:93.80%<br><br>
<b>Engineering</b><br>
college name:SVPM's college of engineering Malegaon Baramati.<br>
Branch:INFORMATION TECHNOLOGY<br>
<br>
</div>
<div class ="Lang">
<h2>Languages</h2>
<ul>
<li>c</li>
<li>c++</li>
<li>Python</li>
</ul>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
</ul>
</div>
<div class ="contact">
<h2>Contact</h2>
<p>
<i class="fa fa-map"></i>
At/Post Rajale Tal-Phaltan,Dist-Satara
</p>
<p>
<i class="fa fa-phone"></i>
9975278710
</p>
<p>
<i class="fa fa-envelope"></i>
snehabagal2003@gmail.com
</p>
</div>
<div class ="project">
<h2>Projects</h2>
<ul>
<li>Electric vehicles:future of India? </li><br>
<li>Prostate cancer detection using deep learning</li><br>
</ui\l>
</div>
<footer>
<i class="fa fa-whatsapp"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-envelope"></i>
<h3>Developed by Sneha Bagal</h3>
</footer>
</div>
</body>
</html>