-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (67 loc) · 2.89 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
<!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>Personal_Website</title>
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top_label">
<div class="half_div">
<h2>Hello I'm</h2>
<h1 id="name_color">Koushik Roy</h1>
<p>You might saw me do coding, instructing about coding and stopping buses.But nobody pays me a dime for that work.</p> <br>
<a target="_blank" class="hire_me" href="https://www.linkedin.com/in/koushik-roy-855564123/"> HIRE ME</a>
</div>
<div class="half_div_img">
<img src="images/peter.png" >
</div>
</section>
<section class="biography_label">
<div class="half_div">
<br><br> <br> <br> <br>
<img src="images/peter_dream.png">
</div>
<div class="half_div">
<br> <br> <br> <br> <br> <br><br> <br> <br> <br> <br>
<h1>Biography</h1>
<p>HI This is Koushik,22. I've been studying computer science for two years. In order to kick-start my career before I graduate, I am looking for a job of a web developer, since that's what I've been doing already for four years in my free time. Designing websites for friends, developing simple e-shops with the help of some open source content-management systems, and so on. </p> <br>
<a target="_blank" class="hire_me" href="https://www.facebook.com/profile.php?id=100008586699961">Download CV</a>
</div>
</section>
<section class="My_latest_work">
<div class="row">
<h1> <br> <br> My Latest Work</h1>
<div class="column">
<img src="images/latest-work/work-1.png" alt="Snow" style="width:100%">
</div>
<div class="column">
<img src="images/latest-work/work-2.jpg" alt="Forest" style="width:100%">
</div>
<div class="column">
<img src="images/latest-work/work-3.jpg" alt="Mountains" style="width:100%">
</div>
</div>
</section>
<section class="bottom_label">
<div>
<h1>What Client are say</h1> <br>
<h3>Bruce Maccy</h3>
<h4>Founder & CEO Alies</h4> <br>
<p id="line">"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum"</p>
</div><br> <br>
<div id = "contruc">
<h5>Leave me a message in the</h5>
<h1>[email protected]</h1>
</div>
</section>
<footer>
<p id="footer">
c koushik 2022 All rights Reserved.
</p>
</footer>
</body>
</html>