-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (77 loc) · 3.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home | Rohan</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<h3 class="c-allign">Upcomming <span class="suma">Developer</span></h3>
<nav class="navigation container">
<div class="nav-brand">Rohan j</div>
<ul class="list-non-bullet nav-pills">
<li class="list-item-inline">
<a class="link link-active" href="/"><span class="clr"> Home</span></a>
</li>
<li class="list-item-inline">
<a class="link" href="/projects.html"><span class="clr">Projects</span></a>
</li>
<li class="list-item-inline">
<a class="link" href="/blogs.html"><span class="clr">Blogs</span></a>
</li>
</ul>
</nav>
<header class="hero">
<img class="hero-img" src="/images/index.svg" />
<h1 class="hero-heading">J Rohan <span class="heading-inverted">Engineering Student</span></h1>
</header>
<section class="section ow">
<div class="container container-center">
<h1>Technologies</h1>
<p><strong>I'm Familiar with HTMl5,CSS3,Git,Python,C,SQL,Java,Kotlin</strong></p>
<img src="https://img.shields.io/badge/-HTML5-333333?style=flat&logo=HTML5"/>
<img src="https://img.shields.io/badge/-CSS-333333?style=flat&logo=CSS3&logoColor=1572B6"/>
<img src="https://img.shields.io/badge/-Git-333333?style=flat&logo=git"/>
<img src="https://img.shields.io/badge/-Python-333333?style=flat&logo=python"/>
<img src="https://img.shields.io/badge/-C-333333?style=flat&logo=C"/>
<img src="https://img.shields.io/badge/-MySQL-333333?style=flat&logo=mysql"/>
<img src="https://img.shields.io/badge/-Java-333333?style=flat&logo=Java&logoColor=007396"/>
<img src="https://img.shields.io/badge/-Kotlin-333333?style=flat&logo=kotlin"/>
</div>
</section>
<section class="section">
<div class="container container-center">
<h1>Projects</h1>
<p><strong>I like to showcase my work and thus, you can see my projects hosted online</strong></p>
<a class="link link-primary" href="/projects.html"><span class="clr">See Projects</span></a>
</div>
</section>
<section class="section ow">
<div class="container container-center">
<h1>Blogs</h1>
<p><strong>Iam also working on some technical and nontechnical blogs.I like to document my journey of learning</strong></p>
<a class="link link-secondary" href="/blogs.html"><span class="clr">Read Blogs</span></a>
</div>
</section>
<section class="section">
<div class="container container-center">
</div>
</section>
<footer class="footer">
<div class="footer-header">Social Media presence</div>
<ul class="social-links list-non-bullet">
<li class="list-item-inline">
<a class="link" href="https://github.com/rohan-cce">
<span class="clr">Github</span>
</a>
</li>
<li class="list-item-inline">
<a class="link" href="https://www.linkedin.com/in/rohan-j-ba489b19b/">
<span class="clr">Linkedin</span>
</a>
</li>
</ul>
</footer>
</body>
</html>