-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
93 lines (76 loc) · 3.03 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
<!DOCTYPE html>
<html>
<head>
<title>Karan Gandhi</title>
<meta name="viewport"
content="width=device-width,height=device-height,initial-scale=1.0" />
<meta name="google"
value="notranslate"
content="notranslate">
<meta property="og:title"
content="Karan Gandhi – resume" />
<meta property="og:description"
content="Founding Team Member@ClimeTech • Full Stack Web developer • Top-Rated Freelancer@Upwork" />
<meta property="og:url"
content="https://karan0805.github.io/resume.html" />
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<link rel="stylesheet"
type="text/css"
href="dist/semantic.min.css">
<link rel="stylesheet"
type="text/css"
href="css/resume.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="dist/semantic.min.js"></script>
<script src="js/resume.js"></script>
</head>
<body>
<!-- Dimmer -->
<div class="ui inverted page dimmer">
<div class="ui massive text loader">
<h3>Loading</h3>
</div>
</div>
<div class="fullpage">
<div class="overlay">
<div class="ui compact mini vertical labeled icon menu">
<a class="item"
id="protfolio_btn"><i class="id card icon"></i>Portfolio</a>
<a class="item"
id="print_btn"><i class="print icon"></i>Print</a>
<a class="item"
id="download_btn"><i class="download icon"></i>Download</a>
</div>
</div>
<div id="modals-conatiner"></div>
<div class="main-container">
<!-- Print Area -->
<div class="ui segment print-seg">
<div id="print-area">
<!-- Main Header -->
<div class="name-header">
<h1 class="ui header color-blue">Karan Gandhi</h1>
<div class="ui horizontal bulleted list">
<span class="item designation-label">Founding Team Member@ClimeTech</span>
<span class="item designation-label">Full Stack Web developer</span>
<span class="item designation-label">Top-Rated Freelancer@Upwork</span>
</div>
</div>
<!-- Sections grid -->
<div class="ui two column grid main-grid">
<div class="row">
<div class="six wide column rcolpad"
id="res_col1"></div>
<div class="ten wide column lcolpad"
id="res_col2"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>