-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
53 lines (49 loc) · 2.4 KB
/
index.htm
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
<!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">
<title>Suraj's Portfolio - Home</title>
<link rel="icon" href="/images/faviconnew.jpg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="01_index.css">
<script src="linked.js"></script>
</head>
<body oncontextmenu="return false">
<div class="head">
<a href="https://iamssuraj.netlify.app/" style="text-decoration:none;"><button class="name">This site is currently inactive. Click here to navigate to my new website.</button></a> <br>
<ul>
<li class="active"> <button> Home </button></li>
<li> <a href="/02_Education.htm"> Education </a> </li>
<li> <a href="/03_Skills.htm"> Skills </a> </li>
<li> <a href="/04_Scholastic.htm"> Scholastic </a> </li>
<li> <a href="/05_Projects.htm"> Projects </a> </li>
<li> <a href="/06_Contact.htm"> Contact </a> </li>
</ul>
</div>
<img class="myphoto" src="/images/myphoto.jfif">
<div class="container">
<h1>Hi, <br> I'm Suraj </h1>
<p>
I'm a 4th year student pursuing Bachelor of Technology, at
<b>
<a target="_blank"
href="https://en.wikipedia.org/wiki/VNR_Vignana_Jyothi_Institute_of_Engineering_and_Technology"> VNR
Vignana Jyothi Institute of Engineering and Technology (VNRVJIET)
</a>
</b> specializing in Computer Science and Business Systems.
<!-- <br> -->
</p>
<!-- <br> -->
<!-- <a href="Suraj_Resume.pdf" target="_blank">View Resume</a> -->
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>