-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (49 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Zen+Dots&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Document</title>
</head>
<body>
<nav class="navbar">
<div style=" font-family: 'Black Ops One', cursive;font-family: 'Zen Dots', cursive;" class="brand-title">YD</div>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
</nav>
<div id="image"></div>
<div>
<h1 id="welcome">welcome</h1>
</div>
<br>
<div>
<h1 id="qt">"THE MIND IS EVERYTHING. WHAT YOU THINK YOU BECOME"</h1>
</div>
<br>
<div id="con">
<p id="conp" style="font-size:4vh; font-weight: 500;"> I AM YADHEENDRAN. I AM DOING MY UG IN COMPUTER SCIENCE AND ENGINEERING IN K.RAMAKRISHNAN COLLEGE OF ENGINEERING. I AM FAMILIAR WITH C, C++, PYTHON, HTML, CSS, JS, NODEJS, JAVA.
</p>
</div>
<br><br><br><br>
<div>
<img src="2-5resume.jpg" alt="" width="100%">
</div>
<br><br>
<div id="triangle">
<div id="contact" style="position: absolute; justify-content: center; text-align: center; padding-bottom: 10px; ">
<h2>contact:</h2>
<a style="padding: 10px;" href="https://www.instagram.com/yadheen_/"><i><img src="https://cdn-icons-png.flaticon.com/128/1384/1384031.png" width="40vw"></i></a>
<a style="padding: 10px;" href="https://www.linkedin.com/in/yadheendran-k-0142551b5/"><i><img src="https://cdn-icons-png.flaticon.com/128/61/61109.png" width="40vw"></i></a>
</div>
</body>
</html>