-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (119 loc) · 5.68 KB
/
index.html
File metadata and controls
132 lines (119 loc) · 5.68 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
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/grid.css">
</head>
<body>
<header id="home">
<div class="nav-bar">
<ul class="clear">
<li><a href="#home">home</a></li>
<li><a href="#about">about</a></li>
<li><a href="#">cv</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</div>
<div class="main-text">
<h1 style="color: #d5d5d5;"> HI I'M <br>
<div style="display: block; margin-top: 3%;">
<p class="high-text">A</p><p class="high-text">R</p><p class="high-text">K</p><p class="high-text">O</p><p class="high-text">D</p><p class="high-text">E</p><p class="high-text">E</p><p class="high-text">P</p>
</div><p class="high-text">G</p><p class="high-text">H</p><p class="high-text">O</p><p class="high-text">S</p><p class="high-text">H</p>
</h1>
<!-- <h2><span>|</span> Front end developer <span>|</span> UI / UX developer <span>|</span> Python developer <span>|</span></h2>-->
<h2>
<div id="print"></div>
</h2>
</div>
<div class="social-media">
<ul style="padding-bottom: 50px;">
<li>
<a href="https://github.com/arkodeepg" target="_blank">
<img src="icon/logo-white-github.svg" class="icon" alt="github">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/arkodeep-ghosh-9a8084148/" target="_blank">
<img src="icon/logo-white-linkedin.svg" class="icon" alt="linkedIn">
</a>
</li>
<li>
<a href="https://www.instagram.com/arkodeepg/" target="_blank">
<img src="icon/logo-white-instagram.svg" class="icon" alt="instagram">
</a>
</li>
<li>
<a href="https://www.facebook.com/arkodeep.ghosh.790/" target="_blank">
<img src="icon/logo-white-facebook.svg" class="icon" alt="facebook">
</a>
</li>
</ul>
</div>
</header>
<section class="about" id="about">
<div class="row">
<h2 class="underline">about</h2>
<h3>my introduction</h3>
<p class="text">Hi my name is Arkodeep Ghosh and i am a B.tech student currently studing Information Technology from RCC Institute of Information Technology looking for projects that will help me imporve my self as well as the organization reach greater heights</p>
</div>
<div class="row">
<div class="col span-1-of-2">
<h3>profile</h3>
<p class="text">Currently a 1st year student</p>
<p class="sub-head">Name</p>
<p class="text">Arkodeep ghosh</p>
<p class="sub-head">Birthday</p>
<p class="text">01 Jan, 2002</p>
<p class="sub-head">School</p>
<p class="text">The Assembly of God Church School, Park Street</p>
<p class="sub-head">Birthday</p>
<p class="text">01 Jan, 2002</p>
</div>
<div class="col span-1-of-2">
<h3>skill</h3>
<p class="text">Skilled in Programming Web Development, Arduino, Python.</p><br>
<p class="sub-head">html</p>
<p class="meter html"></p>
<p class="sub-head">css</p>
<p class="meter css"></p>
<p class="sub-head">python</p>
<p class="meter python"></p>
<p class="sub-head">c++</p>
<p class="meter c"></p>
</div>
</div>
<div class="row">
<p class="btn"> <a href="https://drive.google.com/open?id=1lqOWuw_B2ApWxNaTZfv93Xcxo66mQ0FT" target="_blank" class="btn-full"> Resume </a>
</p>
</div>
</section>
<section class="contact" id="contact">
<h2 class="underline">Contact</h2>
<div class="row ">
<div class="col span-1-of-3 contact-details">
<h3><img src="icon/white-call-outline.svg" class="footer-img" alt="call-imge"></h3>
<p><span>Phone Number</span><br>
<p class="text">+91 - 9831386014</p>
</div>
<div class="col span-1-of-3 contact-details">
<h3><img src="icon/white-mail-outline.svg" class="footer-img" alt="mail-icon"></h3>
<p><span>Email</span><br>
<p class="text"><a href="mailto: arkodeep01ghosh@gmail.com" style="color: white">arkodeep01ghosh@gmail.com</a></p>
</div>
<div class="col span-1-of-3 contact-details">
<h3><img src="icon/white-locate-outline.svg" class="footer-img" alt="locarion"></h3>
<p><span>Address</span><br>
<p class="text">58 A, Ramkanto Bose Street</p>
</div>
</div>
<div class="info">
<div class="footer-info">
<p class="text">Page copyright  © </p> <span>Arkodeep Ghosh</span>
</div>
</div>
</section>
<script src="js/effect.js"></script>
</body>
</html>