-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (98 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sumita Pathak</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="favicon.ico">
<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=EB+Garamond:ital@1&family=Montserrat:wght@300&display=swap" rel="stylesheet">
<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=Hind:wght@300&display=swap" rel="stylesheet">
<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=Courgette&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud" />
<br />
<h1>I'm Sumita</h1>
<p class="Developer">
Front-end <u>Dev</u>eloper
</p>
<p>
<a href="https://medium.com/@sumitapathak.bg" target="_blank"> ModMoney&Mindset</a>| <a href="https://github.com/SumiTechTo" target="_blank">Github</a>
</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud" />
<img src="images/mountain.png" alt="mountain" />
</div>
<div class="middle-container">
<div class="profile">
<img src="images\2022-09-10-modified.png" alt="DP" />
<h2>Hello</h2>
<p style="width:57%; margin:5px auto 5px auto;">
I am Sumita Pathak , a growing Front-End and an Aspiring WEB3 Developer
. I love coffee and coding .
</div>
<hr />
<div class="Skills">
<h2>My Skills</h2>
<div class="skills-row">
<img class="sticker" id="devsticker" src="images\circleidea.png" alt="">
<h3>Front End Developer</h3>
<p>
As a Front-End Dev I have a strong hold on HTML and fundamentals
of CSS. I can build landing pages for any kind of service. I am already
learning Javasript and CSS frameworks as you are reading this . I want
to build landing pages for non-profits for FREE , so please contact if
its related to you.
</p>
</div>
<div class="skills-row">
<img class="sticker" id="coffeesticker" src="images\copywriting.png" alt="">
<h3>SEO-Based Content Writer</h3>
<p>
Expertise in English Grammar :
<br /> ⭐ ⭐ ⭐ ⭐ ⭐
<br />I am a <span class="Google" >Google</span> Certified Digital Marketer . I have written various research articles
as a freelancer . Let me help you get engagement through the medium between you and your audience -<strong>Content</strong> .
</p>
</div>
<div class="skills-row">
<img class="sticker" id="devsticker" src="images\read.png" alt="">
<h3>Reader</h3>
<p> I am an avid reader of self-help books and post the applications on my <a href="https://www.instagram.com/httpsumita/">Instagram</a>.
For a real life view into the books, this is the place . I am a versatile reader by the way, from
It Ends With Us to Atomic Habits .
</p>
</div>
<br />
<div class="skills-row">
<img class="sticker" id="coffeesticker" src="images\coffee.png" alt="">
<h3>Making Coffee</h3>
<p>
OK I had to do this ! Making coffee ain't no easy task . Did you know that temperature can affect the taste
of your coffee? Reading Atomic Habits by James Clear I used coffee as a reward to waking up early and guess what, I am an early riser
at present. Coffee is magic my friend . If you agree, lets connect .
</p>
</div>
</div>
<hr />
<div class="contact-me">
<h2>To get in touch</h2>
<a target="_blank" class="btn" href="mailto:[email protected]">Email me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer link" href="">LinkedIn</a>
<a class="footer link" href="">Twitter</a>
<a class="footer link" href="">Instagram</a>
<p style="margin-top:15px;">
2022 Sumita Pathak
</p>
</div>
</body>
</html>