-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·120 lines (100 loc) · 4.25 KB
/
index.html
File metadata and controls
executable file
·120 lines (100 loc) · 4.25 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Rahul Rajampeta</title>
<meta name="description" content="Interactive resume for Rahul Rajampeta hoisted on github pages">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<!-- Icon Title bar -->
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory
todo update favicon -->
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet"
type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="vendor/normalize/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<!-- Navigation -->
<!-- <div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
<h5 class="my-0 mr-md-auto font-weight-normal">RR</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="#">Education</a>
<a class="p-2 text-dark" href="#">Work</a>
<a class="p-2 text-dark" href="#">Extras</a>
</nav>
</div> -->
<nav class="navbar navbar-expand-sm navbar-light bg-light fixed-top border-bottom shadow-sm">
<!-- @todo add a padding like container -->
<a class="navbar-brand" href="#">RR</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="navbar-nav ml-auto">
<a class="nav-item nav-link active" href="#">Education</a>
<a class="nav-item nav-link" href="#">Work</a>
<a class="nav-item nav-link" href="#">Extras</a>
</div>
</div>
</nav>
<!-- Header -->
<div class="d-flex flex-row bg-white">
<!-- Card with picture -->
<div class="card ml-5 mt-4" id="profilepic">
<img class="card-img-top" src="img/propic.jpg" alt="Card image cap">
</div>
<!-- quick info -->
<div class="flex-grow-1">
<div id="info" class="d-flex bg-light flex-column text-center align-items-center ml-3 mt-4">
<div>
<h3>Rahul Rajampeta</h3>
</div>
<div>
<h5>Automotive Controls Engineer</h5>
</div>
</div>
</div>
</div>
<!-- Work in progress -->
<br><br>
<div class="d-flex flex-column align-items-center mt-5 bg-light">
<h2 class="mt-5 mb-3">Work - In - Progress</h2>
<p class="pb-3"> ... check back later ... </p>
</div>
<!-- Education section
<div class="container">
<h3>Education section</h3>
</div>-->
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Plugin Modernizr -->
<script src="vendor/modernizr/modernizr-3.6.0.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID.
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>-->
</body>
</html>