forked from JobinBiju/mySite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (52 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Jobin Biju</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Acme|Courgette|Lexend+Deca|PT+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<h1>I'm Jobin</h1>
<h3>A hardware programmer</h3>
</div>
<div class="middle-container">
<div class="profile">
<img class="dp" src="https://oi558.photobucket.com/albums/ss27/jobz_blair/ME1212_zps7v5nja5j.jpg" alt="Image Unavailable">
<h2>Hello!</h2>
<p class="intro">I'm a student at Govt. Rajiv Gandhi Institute of Technology, Kottayam.</p>
<hr>
</div>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skillImg1" src="https://image.flaticon.com/icons/svg/1998/1998505.svg" alt="skill-img">
<h3>Web & Poster designing</h3>
<p class="skill1-desc">Intermediate level skills in web development, poster designing using
photoshop and illustrator.</p>
</div>
<div class="skill-row">
<img class="skillImg2" src="https://image.flaticon.com/icons/svg/1998/1998566.svg" alt="skill-img">
<h3>IoT and Embeded system</h3>
<p class="skill2-desc">Intermediate to advanced level skills in IoT and hardware programming using Arduino & Raspberry pi.</p>
</div>
<hr>
</div>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="pre-contact">If u need help with IoT or web designing.</h3>
<p class="contact-message">Love designing and hardware development as i do?
feel free to ask your doubts.</p>
<a class="butn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="footer">
<a class="footer-link" href="https://www.linkedin.com/in/jobin-biju-55b034179/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/jobin_biju234">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/jobz_sneezer/?hl=en">Instagram</a>
<p class="copyright">© 2019 Jobin Biju</p>
</div>
</body>
</html>