-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (76 loc) · 2.87 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>
<head>
<meta charset="utf-8">
<title>Sasanka Jonna : A cloud beginner</title>
<link rel="stylesheet" href="CSS/main.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cardo"/>
<link rel="stylesheet" href="node_modules/react-responsive-carousel/lib/styles/carousel.min.css"/>
</head>
<body>
<main class="overflow--auto">
<h1 class="color--skyBlue section__heading--largest">
<!--Your name goes here -->
SASANKA JONNA
</h1>
<ul class="section--social">
<!--Links to relevant professional social media & resume -->
<!-- See: http://fontawesome.io/icons/#brand for more -->
<!-- Link to Linked In profile -->
<li class="socialWrapper">
<a class="color--skyBlue social"
title="LinkedIn Profile"
target="_blank"
href="https://www.linkedin.com/in/sasankjonna/">
<i class="fa fa-linkedin"></i>
</a>
</li>
<!-- Link to GitHub profile -->
<li class="socialWrapper color--skyBlue">
<a class="social color--skyBlue"
title="GitHub Profile"
target="_blank"
href="https://github.com/sasankjonna">
<i class="fa fa-github"></i>
</a>
</li>
<!-- Link to resume, probably a .pdf -->
<li class="socialWrapper">
<a class="social color--skyBlue"
title="Resume"
href="Sasanka_Jonna_NET.pdf">
<i class="fa fa-file-text"></i>
</a>
</li>
<li class="socialWrapper">
<a class="social color--skyBlue"
title="Read Me"
href="https://github.com/sasankjonna/sjsportfolio/blob/master/README.md">
<i class="fa fa-envelope-open"></i>
</a>
</li>
</ul>
</main>
<section class="background--skyBlue section">
<h2 class="color--cloud margin--none section__text--centered">
Portfolio
</h2>
</section>
<div id="example-work">tikka</div>
<section class="background--skyBlue section">
<h2 class="color--cloud margin--none section__text--centered">
About Me
</h2>
</section>
<section class="section section--alignCentered section--description">
<p class="color--darkgrey section__description">
I am learning to code in the cloud! I like to work hard and learn new things which challenges and excites me!
Keep visiting my portfolio site to get more updates on my latest work. Thank You!!
</p>
</section>
<script type="text/javascript" src="dist/bundle.js">
</script>
</body>
</html>