-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (209 loc) · 10.4 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Poppins:wght@400&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="icons/favicon.png">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<title>My Portfolio</title>
</head>
<body>
<header>
<!-- Header and Navigation Section -->
<div class="site-Stitle pm">
<div class = "logo"><a href="index.html" ></a>
<img src="images/logo.png" alt="Logo Description">
</div>
</div>
<nav>
<button class="mobile">
<span class="material-symbols-outlined">
menu
</span>
</button>
<ul>
<li class="pm"><a href="#projects">Projects</a></li>
<li class="pm"><a href="#about">About me</a></li>
<li class="pm"><a href="gallery.html">Gallery</a></li>
<li class="pm"><a href="#skills">Skills</a></li>
<li class="pm"><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Home Section -->
<main>
<section class="home" id="home">
<div class="home-content">
<div class="text-1">Welcome to my portfolio</div>
<div class ="text-2">Live your life at the fullest</div>
</div>
</section>
<!-- Projects Section -->
<section class="projects" id="projects">
<div class="max-width">
<h2 class="title">Projects</h2>
<div class="project-content">
<div class="card">
<div class="box">
<div class="text"><img src="images/magic8ball.jpeg" alt="Magic 8 ball">Magic 8 ball</div>
<p>Description: This is a small game where a user asks a yes/no question and the program replies with 8 random answers irrespective of the questions.</p>
</div>
</div>
<div class="card">
<div class="box">
<div class="text"><img src="images/pancake.jpeg" alt="Pan Cake">Pan Cake</div>
<p>Description: Made a pancake database using javascript where user can order pancakes and prices vary depending on the type of pancakes.</p>
</div>
</div>
<div class="card">
<div class="box">
<div class="text"><img src="images/car.jpeg" alt="Car">Car Database</div>
<p>Description: Input cars in the database using javascript and the user can search car details through typing car’s license plate.</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="images/me.jpg" alt="My image">
</div>
<div class="column right">
<div class="text">I'm Bishnu and I was </div>
<p>
born in a small town called Besishahar over the hills of Nepal, where the mountains touches the sky. It's where I spent my childhood years, attending school and soaking in the natural beauty which still melts my heart whenever I remember.<br><br>
I pursued my university degree from Tribhuvan University, Kathmandu, where I immersed myself in academic pursuits and expanded my horizons.
Being a spiritual and humor-loving individual, I believe in finding joy in the simple things and sharing laughter with those around me.<br><br>
In 2019, my journey took me to Finland, where I embarked on a new adventure and embraced the opportunity to broaden my perspectives.
In pursuit of academic excellence and personal growth, I pursued a bachelor's degree from Haaga-Helia University of Applied Sciences. The experience enriched my knowledge and provided me with valuable insights into diverse cultures and global perspectives.<br>
Currently, I am passionately pursuing my studies as a full-stack developer at Business College, where I am sharpening my skills and preparing myself for the dynamic landscape of the modern IT world. With a blend of determination, curiosity, and a zest for learning, I eagerly embrace each opportunity to grow and evolve on my journey.</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">Skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My Skills & Experiences.</div>
<p>My experience as a web designer provided me with valuable insights into the importance of teamwork, communication, and adaptability. In this role, I was responsible for creating user stories through user experience in designing web pages for the clients while adhering to clients needs and standards.<br><br>
One of the key interpersonal skills I developed during this time was effective communication. Professionals required clear and concise communication to ensure that tasks were completed efficiently and accurately. Whether it was coordinating with teams for timely schedules meet or addressing product owner's requirements. <br><br>
I learned to work harmoniously with colleagues from diverse backgrounds and set priority to achieve common goals. By actively participating in team meetings, sharing ideas, and offering support to fellow team members, I contributed to a positive and productive work environment.</p>
<a href="#skills">Read more</a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>CSS</span>
<span>60%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>80%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>PHP</span>
<span>50%</span>
</div>
<div class="line php"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<p>"Let's connect and explore opportunities together.<br> Reach out, and make meaningful connections!" <br><br>
Let's Collaborate and Create Something Great Together.</p><br>
<div class="icons">
<div class="row">
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Bishnu</div>
</div>
</div>
<div class="row">
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Vantaa, Finland</div>
</div>
</div>
<div class="row">
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="MAILTO:[email protected]" method="post" enctype="text/plain">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!--Social icons section-->
<section class="social-icons">
<a href="https://www.facebook.com/iCatalystkancho" target="_blank"><img src="icons/facebook.svg" alt="Facebook"></a>
<a href="https://twitter.com/icatalystkancho" target="_blank"><img src="icons/twitter.svg" alt="Twitter"></a>
<a href="https://www.linkedin.com/in/bishnu-suyel" target="_blank"><img src="icons/linkedin.svg" alt="LinkedIn"></a>
<a href="https://github.com/bishnu-suyel" target="_blank"><img src="icons/github.svg" alt="GitHub"></a>
</section>
</main>
<!-- Footer Section -->
<div class="backToTopButton">
<button id="backToTop">Back to top</button>
</div>
<footer>
<span>Copyright © Created By Bishnu </span> 2024 All rights reserved.
</footer>
<script src="script.js"></script>
</body>
</html>