-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (153 loc) · 5.85 KB
/
index.html
File metadata and controls
154 lines (153 loc) · 5.85 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/style.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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&family=Merriweather&family=Merriweather+Sans&family=Montserrat:wght@300;400;500&family=Sacramento&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Arizonia&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&family=Merriweather&family=Merriweather+Sans&family=Montserrat:wght@300;400;500&family=Sacramento&family=Tangerine&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Arizonia&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&family=Merriweather&family=Merriweather+Sans&family=Montserrat:wght@300;400;500&family=Sacramento&family=Tangerine&display=swap"
rel="stylesheet"
/>
<title>My Personal Website</title>
</head>
<body>
<!-- ----------------------------------------- -->
<section class="homepage">
<img class="cloud_1" src="images/cloud.svg" alt="cloud_1" />
<h1 class="mainname">
<span class="mainname_1">I'm</span>
<span class="mainname_2">Tany</span>
</h1>
<h2 class="subname">a <span class="pro">pro</span>grammer</h2>
<img class="cloud_2" src="images/cloud.svg" alt="cloud_2" />
<img class="mountain" src="images/mountains.svg" alt="mountain" />
</section>
<!-- ----------------------------------------- -->
<section class="hello">
<div class="hello_centering">
<img src="images/me.svg" class="myimage" alt="my-image" />
<h1 class="hi">Hi.</h1>
<p class="aboutme">
I am a Student at ACOE pursuing my Btech in Computer Science. I am
very passionate about programming. I am currently upskilling my Web
Devlopment Skills.
</p>
</div>
</section>
<hr />
<!-- ----------------------------------------- -->
<section class="skills_main">
<div class="centering_skills">
<h1 class="myskill_tittle">My Skills</h1>
<div class="skills">
<div class="skill-row">
<img
class="skill_image_1"
src="./images/python.gif"
alt="python image"
/>
<h3 class="skills_heading">Python</h3>
<p class="skill_info">
I am preety good in python. I am not an expert in it but I can use
oop concepts using python, use django/flask frameworks, create 2D
games using pygame module.
</p>
</div>
<div class="skill-row">
<img
class="skill_image_2"
src="./images/java.gif"
alt="java image"
/>
<h3 class="skills_heading">Java</h3>
<p class="skill_info">
I can code in java and and can implement oops concepts using java.
I use java only for competitive programming as pyton is too easy
for it.
</p>
</div>
<div class="skill-row">
<img
class="skill_image_3"
src="./images/javascript.gif"
alt="java image"
/>
<h3 class="skills_heading">Javascript</h3>
<p class="skill_info">
I am also good in Javascript. I can implement oops concepts using
javascript. I genereally use javascript for DOM manipulation. I
have created some browser games usin javascript.
</p>
</div>
<div class="skill-row">
<img
class="skill_image_4"
src="./images/Html_Css.gif"
alt="Html/Css image"
/>
<h3 class="skills_heading">Html/Css</h3>
<p class="skill_info">
I am good at Html and Css. Again I am not expert but I am getting
better and better day by day.
</p>
</div>
</div>
</div>
</section>
<hr />
<!-- ----------------------------------------- -->
<section class="contact">
<div class="contact_container">
<h2 class="contact_heading1">I can Contribute.</h2>
<h3 class="contact_heading2">
I'm currently available for freelance work
</h3>
<p class="contact_para">
I am good at using python, javascript as backend technologies and I am
getting better day by day in Front-End Devlopment.
</p>
<a class="contact_btn" href="mailto:name@email.com"
>Lets Talk Over a Coffe</a
>
</div>
</section>
<!-- <hr /> -->
<!-- ----------------------------------------- -->
<section class="footer">
<img class="cloud_4" src="./images/cloud.svg" alt="cloude_4" />
<div class="footer_container">
<a
class="footer-link"
href="https://www.linkedin.com/in/tanmay-mokal-7403321a6/"
target="_blank"
>LinkedIn</a
>
<a
class="footer-link"
href="https://twitter.com/TanmayMokal4"
target="_blank"
>Twitter</a
>
<a
class="footer-link"
href="https://tanmaymokal.github.io/My-Portfolio-Website/"
target="_blank"
>Website</a
>
<p class="copyright">Made with 💚 from India.</p>
</div>
<img class="cloud_5" src="./images/cloud.svg" alt="cloude_5" />
</section>
</body>
</html>