-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (106 loc) · 5.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY portfolio</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="top">
<div>
<p class="nav">
<a class="link-button" target="_blank" href="#">About</a>
<a class="link-button" target="_blank" href="#">Work</a>
<a class="link-button" target="_blank" href="#">Portfolio</a>
<a class="link-button" target="_blank" href="#">contact</a>
</p>
</div>
</section>
<section class="top-banner">
<div class="half-width">
<h1>Welcome To</h1>
<h1 class="olivedrab-highlight">My Website</h1>
<h2>I'm Priyobrota Nath</h2>
<h3><span class="orange-highlight">Full-Stack</span> Web-Developer and Designer</h3>
<p class="p1">I want to establish my professional path in Information Technology by utilizing my integrated knowledge. I wish to work in a growth-oriented company and contribute to the development of the organization while upgrading my skill set and knowledge. I do believe that I will make significant contribution within my ability and hardworking.</p>
<a class="link-button1" target="_blank" href="https://www.linkedin.com/in/priyobrota-nath-b3b2b911b/">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/image 19.png" alt="">
</div>
</section>
<section class="about-area">
<div class="half-width">
<img src="images/image 18.png" alt="">
</div>
<div class="half-width">
<h2 class="orange-highlight">About Me</h2>
<h3>Become a web developer</h3>
<div class="border">
<p>I already learned the basic HTML and CSS. I can build any simple website. I can even teach my grandma how to make simple website. My goal is to build 3 websites and learn advanced topics.</p>
</div>
<a class="link-button1" target="_blank" href="https://github.com/PriyobrotaNath/web-portfolio/blob/main/images/Personal%20Website.png">DOWNLOAD RESUME</a>
</div>
</section>
<section class="Services-area">
<div class="half-width">
<h3><span class="orange-highlight">Services</span></h3>
<p class="p1"><ul>
<li><h3>Web-Development</h3></li>
<li><h3>Web-Design</h3></li>
</ul></p>
<a class="link-button1" target="_blank" href="https://www.linkedin.com/in/priyobrota-nath-b3b2b911b/">HIRE ME</a>
</div>
<div class="half-width">
<img src="images/image 17.png" alt="">
</div>
</section>
<section class="LATEST-area">
<h2 class="LATEST-Center"><span class="orange-highlight">LATEST </span>WORKING PROJECT</h2>
<div class="one-by-third-width single-LATEST">
<img src="images/image 4.png" alt="">
<h3 class="orange-highlight ">Power-x-gym (gym website)</h3>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry...
</p>
</div>
<div class="one-by-third-width single-LATEST">
<img src="images/image 5.png" alt="">
<h3 class="orange-highlight">Creative Agency</h3>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry...
</p>
</div>
<div class="one-by-third-width single-LATEST">
<img src="images/image 8.png" alt="">
<h3 class="orange-highlight">Hard Rock Music</h3>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry...
</p>
</div>
</section>
<section class="inquiry">
<div class="container">
<h2 class ="work-inq">Work Inquiry</h2>
<a class="chat-button" target="_blank" href="#">Let's Chat</a>
</div>
</section>
<footer>
<section class="footer">
<h2>Priyobrota Nath</h2>
<p>STAY CONNECTED</p>
<h3>
<a target="_blank" href="https://mail.google.com/mail/u/[email protected]">
<img src="images/gmail.png" alt=""></a>
<a target="_blank" href="https://www.facebook.com/priyobrota.nath/"><img src="images/facebook.png" alt=""></a>
<a target="_blank" href="https://www.linkedin.com/in/priyobrota-nath-b3b2b911b/"> <img src="images/linkdin.png" alt=""></a>
<a target="_blank" href="https://www.instagram.com/priyobrotanath/"><img src="images/insta.png" alt=""></a>
</h3>
<p>© 2021 Copyright by Priyobrota</p>
</section>
</footer>
</body>
</html>