-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (71 loc) · 2.07 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">
<link rel="preconnect" href="https://static.getclicky.com">
<title>Jeshwan Khoodeeram | Full Stack Web Developer</title>
<meta name="description" content="I'm Jeshwan Khoodeeram! A passionate full stack web developer from Mauritius.">
<style type='text/css'>
body {
font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #111;
background-color: #fdfdfd;
-webkit-text-size-adjust: 100%;
-webkit-font-feature-settings: "kern"1;
-moz-font-feature-settings: "kern"1;
-o-font-feature-settings: "kern"1;
font-feature-settings: "kern"1;
font-kerning: normal;
padding: 30px;
}
@media only screen and (max-width: 600px) {
body {
padding: 5px;
}
body>#content {
padding: 0px 20px 20px 20px !important;
}
}
body>#content {
margin: 0px;
max-width: 900px;
border: 1px solid #e1e4e8;
padding: 10px 40px;
padding-bottom: 20px;
border-radius: 2px;
margin-left: auto;
margin-right: auto;
}
img {
max-width: 100%;
}
p {
line-height: 24px;
font-weight: 400;
font-size: 16px;
color: #24292e;
}
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #24292e;
}
h1,
h2 {
border-bottom: 1px solid #eaecef;
color: #111;
}
</style>
</head>
<body>
<div id='content'>
<h1 align="center">Hello World! I'm Jeshwan Khoodeeram!</h1>
<h2 align="center">A passionate full stack web developer from Mauritius</h2>
<br />
<p align="center">I’m currently building a brand identity for this website. Check back in a couple of weeks.<strong></strong></p>
</div>
<script async src="//static.getclicky.com/101364506.js"></script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/101364506ns.gif" /></p></noscript>
</body>
</html>