-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (81 loc) · 3 KB
/
Copy pathindex.html
File metadata and controls
84 lines (81 loc) · 3 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<title> Roshan Jamkatel </title>
<meta charset="utf-8" http-equiv="content-type">
<link rel="stylesheet" type = "text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
<link rel="stylesheet" href="css/style.css"/>
<link href='http://fonts.googleapis.com/css?family=Wellfleet' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Wellfleet' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911' rel='stylesheet' type='text/css'>
<script>
</script>
</head>
<body id = "mainbody">
<header id="header">
<div class="content">
<div id="logo"><a href= "">Roshan Jamkatel</a></div>
<nav id="nav">
<ul>
<!-- class="active" was inserted into first slide, removed as I do not have coding yet. -->
<li><a href="#slide1" title="Next Section" >Slide 1</a></li>
<li><a href="#slide2" title="Next Section">Slide 2</a></li>
<li><a href="#slide3" title="Next Section">Slide 3</a></li>
<li><a href="#slide4" title="Next Section">Slide 4</a></li>
<li><a href="#slide5" title="Next Section">Slide 5</a></li>
</ul>
</nav>
</div>
</header>
<!-- SLIDES -->
<!-- SLIDE 1 -->
<div id="slide-1">
<div class="content">
<div id="me1"></div>
<h1>Roshan Jamkatel</h1>
<h2>Future programmer</h2>
<div id="divider"></div>
</div>
</div>
</div>
</div>
<!-- SLIDE 2 -->
<div id="slide2">
<div class="content">
<div class="quotes_container">
<h3 class="quotes">My name is Roshan Jamkatel, and my goal is to innovate technology and create programs that would make life easier for everyone. I am intrested in learning various coding languages and working with other team mates to learn and improve.</h3>
<img id="roshan" src="img/myself/Roshan.JPG" width= 360px;>
</div>
</div>
</div>
<!-- SLIDE 3 -->
<div id="slide3">
<div class="content">
<div class="quotes_container">
<h3 class="quotes"> I have worked at Medinah Country Club for a year.</h3>
</div>
</div>
</div>
<!-- SLIDE 4 -->
<div id="slide4">
<div class="content">
<div class="quotes_container">
<h3 class="quotes">I have worked on some personal projects. Some of which are roshan.jamkatel.com, which is the site you are currently on.</h3>
</div>
</div>
</div>
<!-- SLIDE 5 -->
<div id="slide5">
<div class="content">
<div class="quotes_container">
<h3 class= "quotes">Click this button to look at some of my works!</h3>
</div>
<button id="works" class="button" Onclick="window.location.href='works.html'"><span>Works</span></button>
</div>
</div>
<!-- No more slides :D -->
</body>
</html>