forked from 2002Antara/cv-Antara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (65 loc) · 4.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Antara Dubey</title>
<link rel="stylesheet"type="text/css" href="css/styles.css">
<link rel="icon"type="text/css"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@1&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud"src="images/cloud.png"alt="cloud image">
<h1>I'm Antara.</h1>
<p><span class="pro">a programmer.</span></p>
<img class="bottom-cloud"src="images/cloud.png"alt="cloud-image">
<img src="images/mountain.png"alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img"src="https://cdn-icons-png.flaticon.com/128/8073/8073695.png" alt="">
<h2>Hello.</h2>
<p class="intro">I am a new web developer in the world of coding,I find it both exciting and challenging</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="HTML-image" src="https://cdn-icons-png.flaticon.com/128/4859/4859998.png" alt="My-skill image">
<h3>HTML</h3>
<p class="html-skills">My HTML skills are great.I have really improved by constantly challening myself weekly and now daily.As always there's room for learner,UDEMY and other coursera and some of renowned books help me to improve my coding skills.</p>
</div>
<div class="skill-row">
<img class="CSS-image" src="https://cdn-icons-png.flaticon.com/128/5433/5433870.png" alt="My-skill image">
<h3>CSS</h3>
<p class="css-skills">CSS is one of my favourite coding language.It challenging me to go beyond a little bit of imagination.I want to learn more about this language and make some awesome website</p>
</div>
<div class="skill-row">
<img class="programing-image" src="https://cdn-icons-png.flaticon.com/128/924/924915.png" alt="My-skill image">
<h3>PROGRAMMING LANGUAGE</h3>
<p class="programming-skills">I know c and c++ programming language very well and i want to upgrade my skills in this two language.to improve my coding skills i used GFG coding-ninja and other platforms.</p>
</div>
<div class="skill-row">
<img class="web-image" src="https://cdn-icons-png.flaticon.com/128/1055/1055666.png" alt="My-skill image">
<h3>WEB DEVELOPMENT</h3>
<p class="web-skills">I like to develop new websites.I already made some project and now looks forward to make some more useful website.Iam also a udemy certified web developer.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love coding as much as i do.</h3>
<p class="contact-message">Love coding as much as i do?Well lets chop on some wings and pizza,play games and code.</p>
<a class="btn" href="2105012@kiit.ac.in">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/feed/">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/">Instagram</a>
<a class="footer-link" href="https://antara-3011.github.io/cv/">Website</a>
<p>© 2022 Antara Dubey.</p>
</div>
</body>
</html>