-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
108 lines (93 loc) · 3.11 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="portfolio.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="header">
<nav class="navbar">
<ul>
<li><a href="#home"><p>Home</p></a></li>
<li><a href="#about"><p>About</p></a></li>
<li><a href="#skill&proj"><p>Skills & Projects</p></a></li>
<li><a href="#contc"><p>Contact</p></a></li>
</ul>
</nav>
</div>
<div class="welcome">
<div class="context1">
<p>Welcome to my portfolio.</p>
</div>
<div class="context2">
<p>You know the best investment is you can make is in yourself. <br>Aquire knowledge, skills and experience that will pay dividends for a lifetime.</p>
</div>
</div>
<div class="container2" id="home">
<div class="left">
<img src="p1.png">
</div>
<div class="right">
<p class="text">
Hi!<br>
This is <span class="design">Sneha</span>.
</p>
</div>
</div>
<div class="next" id="about">
<div class="nextcontext">
<p>
<span class="heading" >About her</span><br><br>
Bachelors in Mathemaitcs & Computing<br><br>
Passionate for Data Science<br><br>
Loves to play sports<br><br>
Learn skills and take part in competitions, projects, etc and gain experience<br>
</p>
</div>
<div class="icons">
<img src="p6.png">
<img src="p7.jpg">
<img src="p8.webp">
<img src="p9.jpeg">
<img src="p10.webp">
</div>
</div>
<div class="box" id="skill&proj">
<div class="leftbox">
<div class="heading">Skills</div><br>
<div class="leftcontent">
<p>Good hands in Python & Java</p>
<p>Familiar with JavaScript & C</p>
<p>HTML & CSS</p>
<p>Latex</p>
<p>Microsoft Word, Powerpoint, Excel</p>
<p>Communication skills</p>
<p>Team Work</p>
<p>Leadership skills</p>
</div>
</div>
<div class="rightbox">
<div class="heading">Projects</div><br>
<div class="rightcontent">
<p>Weather App</p>
<p>Calculator App</p>
</div>
</div>
</div>
<div class="ending">
<p>There's defiance in being a dreamer.</p>
<p>Would love to connect with like-minded people!</p>
</div>
<div class="section" id="contc">
<p class="sectiontext">For Contact:</p>
<p><a href="https://www.linkedin.com/in/sneha-mondal-b44142214/">
<img src="p15.jpeg">
</a></p>
<p><a href="snehamondal9648@gmail.com">
<img src="p16.png">
</a></p>
</div>
</body>
</html>