-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (83 loc) · 3.83 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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">
<meta name="google-site-verification" content="AiAX7K0zjwVRAM3dIgF5yPq-rKei4jcZ4EwhLlrITCk" />
<title>Home for Hemanth Raju</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="styles.css" rel="stylesheet" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G08CW9DJYE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-G08CW9DJYE');
</script>
</head>
<body>
<nav class="navigation container">
<div class="nav-brand">Hemanth Raju</div>
<ul class="list-non-bullet nav-pills">
<li class="list-inline">
<a class="link link-active" href="/">Home</a>
</li>
<li class="list-inline">
<a class="link" href="/projects.html">Projects</a>
</li>
<li class="list-inline">
<a class="link" href="/blogs.html">Blogs</a>
</li>
<li class="list-inline">
<a class="link" href="./lib/Resume_KHR.pdf" download="HemanthRajuResume.pdf">
Resume
</a>
</li>
</ul>
</nav>
<header class="hero">
<img class="hero-img" src="images/image2.svg" />
<h1 class="hero-heading">Portfolio of-<span class="heading-inverted">Hemanth Raju</span></h1>
</header>
<section class="section">
<h1>Technologies</h1>
<div class="container container-center">
<p>This will go end to end with little margin at both ends.I won’t be preaching any life lessons here.
Instead, I’ll be sharing with you a list of actionable items that you can readily incorporate in your
process.</p>
</div>
</section>
<section class="section Ow">
<h1>Projects</h1>
<div class="container container-center">
<p>This will go end to end with little margin at both ends.I won’t be preaching any life lessons here.
Instead, I’ll be sharing with you a list of actionable items that you can readily incorporate in your
process.</p>
<a class="link link-primary" href="projects.html">SEE PROJECTS</a>
</div>
</section>
<section class="section">
<h1>Technologies</h1>
<div class="container container-center">
<p>This will go end to end with little margin at both ends.I won’t be preaching any life lessons here.
Instead, I’ll be sharing with you a list of actionable items that you can readily incorporate in your
process.</p>
<a class="link link-secondary" href="blogs.html">READ BLOGS</a>
</div>
</section>
<footer class="footer">
<div class="footer-header">Connect to me on social media</div>
<ul class="social-links list-non-bullet">
<a class="link" href="https://github.com/KHemanthRaju"><i class="fa fa-github-square fa-3x"></i></a>
<a class="link" href="https://twitter.com/khraju123"><i
class="btn btn-light fa fa-twitter-square fa-3x"></i></a>
<a class="link" href="https://www.linkedin.com/in/hemanth-raju-aba388176/"><i
class="btn btn-light fa fa-linkedin-square fa-3x"></i></a>
<a class="link" href="https://rajuhemanth456.medium.com/"><i class="fa fa-medium fa-square fa-3x"></i></a>
</ul>
</footer>
<script src="/js/main.js"></script>
</body>
</html>