-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
204 lines (154 loc) · 6.76 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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio- Gourab Das</title>
<!-- font awsome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- css linking -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header section starts -->
<header class="header">
<a href="#" class="logo">Portfolio</a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#skills">Skills</a>
<a href="#work">Work</a>
<a href="#contactme">Contact</a>
<a href="#blog">Blog</a>
<a href="#" class="btn"><i class="fa-solid fa-file-arrow-down fa-beat-fade"></i> Download CV </a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="image" class="hidden">
<img src="images/unnamed-removebg-preview.png" class="hidden" alt="">
</div>
<div class="content">
<h3 class="hidden">Hello, I am Gourab Das</h3>
<p
class="hidden">Hello, I'm Gourab Das, a first-year B.Tech student in Information Technology. Enthusiastic about web development and design, I possess proficiency in GitHub, Git, C++, and C. I proudly manage Sourcify, a website with over 100 registered members. Eager to explore the dynamic intersections of technology and creativity, I am committed to honing my skills in the ever-evolving field of information technology.
</p>
</div>
</section>
<!-- home setion ends -->
<!-- different sections part starts -->
<div class="container">
<!-- Technical skills section start -->
<div class="heading hidden" id="skills">
<h3>Technical Skills</h3>
</div>
<section class="icon-container">
<div class="icons hidden">
<i class="fa-brands fa-html5"></i>
<h3>HTML5</h3>
</div>
<div class="icons hidden">
<i class="fa-brands fa-css3-alt"></i>
<h3>CSS3</h3>
</div>
<div class="icons hidden">
<i class="fa-brands fa-js"></i>
<h3>Javascript</h3>
</div>
<div class="icons hidden">
<i class="fa-solid fa-c"></i>++
<h3>C++ language</h3>
</div>
<div class="icons hidden">
<i class="fa-brands fa-c"></i>
<h3>C language</h3>
</div>
<div class="icons hidden">
<i class="fa-brands fa-figma"></i>
<h3>Figma</h3>
</div>
</section>
<!-- Technical skills section ends -->
<!-- Other skills section start -->
<div class="heading hidden">
<h3>Other Skills</h3>
</div>
<section class="icon-container2">
<div class="icons hidden">
<i class="fa-brands fa-html5"></i>
<h3>Leadership</h3>
</div>
<div class="icons hidden">
<i class="fa-brands fa-css3-alt"></i>
<h3>Art</h3>
</div>
<div class="icons hidden">
<i class="fa-brands fa-js"></i>
<h3>communication</h3>
</div>
<!-- <div class="icons hidden">
<i class="fa-solid fa-c"></i>++
<h3></h3>
</div> -->
</section>
<!-- My Projets section -->
<div class="heading hidden" id="work">
<h3>My Projects/Works</h3>
</div>
<section class="icon-container3">
<div class="icons hidden">
<i class="fa-brands fa-chrome"></i>
<a href="https://sourcify.000webhostapp.com/"><h3>Visit Sourcify website</h3></a>
<a href="https://github.com/Gourab2005/Sourcify.git"><h3>Github</h3></a>
<p>Tech stacks: HTML,CSS </p>
<!-- <div class="paragraph">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. In at officia iste cum! Iusto autem, dolores veniam obcaecati assumenda est recusandae vitae corrupti enim maiores, perferendis alias ab suscipit sit.</p>
</div> -->
</div>
<div class="icons hidden">
<i class="fa-brands fa-chrome"></i>
<a href="https://gourab2005.github.io/Hospitalsight/#home"><h3>Visit Medicare website</h3></a>
<a href="https://github.com/Gourab2005/Hospitalsight.git"><h3>Github</h3></a>
<p>Tech stacks: HTML,CSS </p>
<div class="paragraph">
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. In at officia iste cum! Iusto autem, dolores veniam obcaecati assumenda est recusandae vitae corrupti enim maiores, perferendis alias ab suscipit sit.</p> -->
</div>
</div>
</section>
<!-- My Projets section ends -->
<!-- contact me section starts -->
<div class="heading hidden" id="contactme">
<h3>You can connect me through</h3>
</div>
<section class="icon-container3">
<div class="icons hidden">
<i class="fa-brands fa-linkedin" style="color: #0a5ae6;"></i>
<a href="https://www.linkedin.com/in/gourab2005/"><h3>Linkedin</h3></a>
</div>
<div class="icons hidden">
<i class="fa-solid fa-envelope" style="color: #02f785;"></i>
<a href="mailto:[email protected]"><h3>Email</h3></a>
</div>
</section>
<!-- contact me section ends -->
<!-- Blog section starts -->
<div class="heading hidden" id="blog">
<h3>Visit My Blog</h3>
</div>
<section class="icon-container3">
<div class="icons hidden">
<i class="fa-brands fa-blogger-b" style="color: #f2b407;"></i>
<a href="https://gourabdas2005.blogspot.com/"><h3>Visit</h3></a>
</div>
</section>
<!-- Blog section ends -->
</div>
<!-- different sections part ends -->
<!-- custome js file linking -->
<script src="Javascript/script.js"></script>
<script src="Javascript/loading _on_scroll.js"></script>
</body>
</html>