-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (64 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Falgun Patel</title>
<link rel="stylesheet" href="Css/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=Merriweather&family=Montserrat:ital,wght@0,100;1,800&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="algorithm"src="images/algorithm.png" alt="algorithm-png" width="50px"height="300px">
<img class="algorithm2"src="images/algorithm.png" alt="algorithm-png" width="50px"height="300px">
<h1>WELCOME TO MY SITE</h1>
<h1>I'am Falgun.</h1>
<p>a programmer.</p>
<img class= "programmer"src="images/programmer.png" alt="programmer-png">
</div>
<div class="middle-container">
<div class="profile">
<img class="falgun" src="images/Falgun.png" alt="Falgun-png" ght width="200" height="200">
<h2 class="hello">Hello.</h2>
<p> Falgun Here.</p>
<p> <span class="dot"> </span> I am an it student currently pursuing my bachelor at svit vasad .I love building website on atom.</p>
</div>
<hr class="new">
<div class="skills">
<h1 class="stext">Skills</h1>
<img class="myskill" src="images/skills.png" alt="skills-png">
<div class="webdd">
<img class="webd" src="images/webd.png" alt="webd-png" >
<h2>Web Development</h2>
<p > This is the skill which i like the most .i started learning this skill from udemy
the instructor of this course was angelia u great experience of learning and i am currentl a
front end developer</p>
</div>
<div class="videoe">
<h2>Video editing</h2>
<img class = "videoed"src="images/videoed.png" alt="videoed-png" width=25%>
<p>Video editing is my second favourite skill which i started learning to edit birthday videos
for my frnds and then later on as my frnd was very good at vfx this motivated me to learn vfx edits and
i learned this skill from him.</p>
</div>
<div class="app">
<img class="imga"src="images/app.png" alt="app-png" width=25%>
<h2>Android Development</h2>
<p>I am a beginner level app developer i have build 4-5 app on android studio using java
.A currency convertor app which conerted indian rupee into candian dollar was made by me in second year .</p>
</div>
</div>
</div>
<div class="bottom-container">
<div class="contactme">
<h2 class="hell"> GET IN TOUCH </h2>
<img class="contact"src="images/contact.png" alt="contact-png" height="200px" width="200px">
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
<a class="footer" href="https://www.linkedin.com/in/falgun-patel-2253b31b5/">LinkedIn</a>
<p> Have a good day and See you soon.</p>
</div>
</div>
</body>
</html>