-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (55 loc) · 3.38 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
<!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">
<title>Koushik Web Developer</title>
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top_banner">
<div class="half_width">
<h1>Welcome To</h1>
<h1><span class="orangeHighLight">Koushik Roy </span> Website</h1>
<h3>World-class Professional Web Developer</h3>
<p>I can create and maintain websites. I am also responsible for the site's technical aspects, such as its performance and capacity, which are measures of a website's speed and how much traffic the site can handle. In addition, I may create content for the site.</p><br>
<a class="link_button" target="_blank" href="https://www.linkedin.com/in/koushik-roy-855564123/">Hire Me</a>
</div>
<div class= "half_width">
<img src="images/my-bg.png" alt="">
</div>
</section>
<section class="my_dream">
<div class="half_width">
<img src="images/my-bg3.png" alt="">
</div>
<div class="half_width">
<br><br>
<h2>Big Dream</h2>
<h3>Become a web Developer</h3>
<p>Im fully determine to working in web.I already learn basic html css. I can make simple website. My goal is create basic 3 website then go to advance.Even i can teach my grandma about basic website. </p> <br>
<a class="link_button" target="_blank" href="https://www.facebook.com/profile.php?id=100008586699961">DOWNLOAD RESUME</a>
<br>
</div>
</section>
<section class="experiance">
<h1>Experiances</h1>
<div id="full_stack" class="half_width single_experience">
<h2>Full Stack Web Developer</h2>
<h3 class="orangeHighLight" >2021 - Present | Pro level Web Developer</h3>
<p>I am a positive, enthusiastic and competent Web Developer who, over the years, has built up a diverse range of skills, qualities and attributes that guarantee I will perform highly in this role. I have extensive experience working both alone and as part of a team on often time-sensitive, challenging web development projects that require outstanding creative and technical capabilities and the ability to ensure all work is optimized across a wide range of platforms.</p>
</div>
<div id="baby_web" class="half_width single_experience">
<h2>Junior Web Developer</h2>
<h3 class="orangeHighLight">2020-2021 | Learner</h3>
<p>My passion to work as a web developer was fuelled when I was tasked with editing the HTML of a word press blog during my internship. I fell in love with front-end development. Also, being frustrated by the functionality of the company’s website made me desire to become a full-stack developer. My love for coding has grown over the years and I have gained enough skills to solve even complex issues in the industry. I believe that working in your company will also give me more challenges to become better in this industry.
</p>
</div>
</section>
<footer>
<p id="footer"> c Kouhsik 2022, all rights reserved </p>
</footer>
</body>
</html>