-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (66 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Alen's Personal Website</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="css/favicon.ico">
<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=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="Top-container">
<img class="topcloud" src="images/cloud.png" alt="">
<h1>I'm Alen P AJi</h1>
<p class="paragrah">Im a <span id="pro">Pro</span>grammer</p>
<img src="images/mountain.png" alt="">
<img class="bottomcloud "src="images/cloud.png" alt="">
</div>
<div class="middle-container">
<div class="profile">
<img class="profileimage" src="images/profilepicture.png" alt="">
<h2 id="hi">Hello.</h2>
<p>Completed Schooling and currently doing B-tech in <a href="https://sjcetpalai.ac.in/">St Josephs College Of Engineering and Technology</a></p>
</div>
<hr>
<div class="skills">
<h2>skills.</h2>
<div class="skill-row">
<img class="webdev" src="images/webdev.gif" alt="">
<p>Just started webdesigning getting into fullstack development</p>
<h3>Related known launguage</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</div>
<hr>
<div class="skill-row">
<h2 id="kpl">Known Programming Languages</h2>
<img class="knownl" src="images/knownlanguages.gif" alt="">
<h3>As a B-tech student i am on the way of getting more about languages and out of the box seeking for new set of skills</h3>
<ul class="list2">
<li>C</li>
<li>Java</li>
<li>Little bit of Python</li>
</ul>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Thankyou for Visiting</h3>
<p>Web desining can be done at resonable price</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="#">Website</a>
<p>© ALEN P AJI</p>
</div>
</body>
</html>