-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirst_Project.html
More file actions
66 lines (66 loc) · 3.25 KB
/
First_Project.html
File metadata and controls
66 lines (66 loc) · 3.25 KB
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
<!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">
<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=Merriweather:ital,wght@1,300&family=Montserrat:wght@300&family=Sacramento&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="First_Project.css">
<title>Shilajit Acharjee</title>
</head>
<body>
<header id="top-container">
<img src="cloud.jpeg" alt="cloud-img" class="top-cloud">
<h1>I'm Shilajit</h1>
<h2>B.Tech Student</h2>
<img src="cloud.jpeg" alt="cloud-img" class="bottom-cloud">
<img src="mountain.jpeg" alt="mountain-img" class="mountain">
</header>
<section id="middle-container">
<div class="profile">
<img src="My Image.jpg" alt="Shilajit Image" class="profile-img">
<h2>Hello.</h2>
<p class="intro">I'm Shilajit Acharjee from Kolkata, India and I am doing now B.Tech Computer Science and Engineering from Calcutta Institute of Engineering and Management</p></div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img src="html.png" alt="skill_1-img" class="skill-1">
<h3>Web-designing and front end operation</h3>
<p>I have just started front end development from webskitters academy.I very much interested this course.</p>
</div>
<div class="skill-row">
<img src="keys.png" alt="skill_2-img" class="skill-2">
<h3>Mathematics</h3>
<p class="code-skill-description">
Mathematics is one of my favourite seubject.
</p>
</div>
<div class="skill-row">
<img src="color-palette.png" alt="skill_3-img" class="skill-3">
<h3>Drawing</h3>
<p>
I love drawing.I completed my 4th year drawing with distinction.
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Lorem ipsum dolor sit amet consectetur adipisicing elit.</h3>
<p class="Contact-message">Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugiat blanditiis obcaecati reprehenderit harum nihil deserunt voluptatem voluptate expedita nostrum ipsum.</p>
</div>
<a href="contact.html" class="myButton" target="_blank">CONTACT ME</a>
</section>
</div>
<footer>
<a href="https://www.linkedin.com/feed/?trk=login_reg_redirect" class="a" target="_blank">Linkedin</a>
<a href="https://twitter.com/?lang=en" class="a" target="_blank">Twitter</a>
<a href="https://www.instagram.com/" class="a" target="_blank">Instagram</a>
<p class="copyright" target="_blank">© 2021: Shilajit Acharjee : All rights are reserved</p>
</footer>
</body>
</html>