-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (165 loc) · 5.31 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<html>
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="style.css" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=yes"
/>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous"
/>
<meta
name="Description"
content="Sathish ishandeveloper Ishan Inc. Chandigarh, India www.ishandeveloper.com .NET | ML | AI | Python | UI/UX | App Developer | Flutter | Web Developer"
/>
<title>Sathish | Developer</title>
<link rel="icon" type="image/png" href="./assets/logo.jpeg" />
<script src="assets/js/app.js"></script>
<link rel="manifest" href="manifest.json" />
</head>
<body id="index-body" style="overflow-x: hidden">
<div>
<nav class="nav-desk">
<center>
<div class="nav-logo">
<a href="index.html"
><img id="logo" src="assets/img/logo2.png"
/></a>
</div>
<div class="nav-items">
<ul>
<li>
<span><a href="about.html">About</a></span>
</li>
<li>
<span><a href="Projects.html">Projects</a></span>
</li>
<li>
<span><a href="Experience.html">Experience</a></span>
</li>
<li>
<span><a href="academy.html">PSA - NPO</a></span>
</li>
<li>
<span><a href="contact.html">Contact</a></span>
</li>
</ul>
</div>
</center>
</nav>
<div
class="animated fadeIn row"
style="width: 100vw; animation-duration: 1.5s"
>
<div class="col-md-6" id="left-hero">
<h1 class="hero-tag">
<span
class="typer"
id="main"
data-words="Hi, I'm Sathish."
data-delay="100"
data-deleteDelay="1000"
data-loop="1"
style="color: blue !important"
></span>
</h1>
<p class="hero-des">
A qualified educational professional with 10 years of teaching
experience and a <b>python programmer</b>.
<br />
<br />
</p>
<script
async
src="https://unpkg.com/[email protected]/typer.js"
></script>
<a href="./assets/sathish-resume.pdf" download
><button class="animated bounce delay-4s learn-btn">
Download CV
</button>
</a>
<a href="contact.html"
><button class="contact-btn">Contact Me</button></a
>
<a href="http://tiny.cc/ProfSathishPublications"
><button
class="animated bounce delay-4s learn-btn"
style="width: 50%; margin-top: 20px"
;
>
Publications
</button>
</a>
<div class="social-icons">
<a
target="_blank"
href="https://professor-sathish-academy.business.site/"
><i class="fas fa-laptop"></i
></a>
<a
target="_blank"
href="https://www.facebook.com/ProfessorSathishAcdemy/"
><i class="fab fa-facebook"></i
></a>
<a target="_blank" href="https://twitter.com/ProfSathish"
><i class="fab fa-twitter"></i
></a>
<a target="_blank" href="https://github.com/Professor-Sathish"
><i class="fab fa-github"></i
></a>
<a
target="_blank"
href="https://in.linkedin.com/in/sathish-r-96545313a"
><i class="fab fa-linkedin"></i
></a>
</div>
</div>
<div class="col-md-6" id="hero-right">
<img id="hero-img" src="assets/img/undraw_code_review_l1q9.svg" />
</div>
</div>
</div>
<div class="menu-wrap">
<input type="checkbox" class="toggler" />
<div class="hamburger">
<div></div>
</div>
<div class="menu">
<div>
<div>
<ul>
<li>
<a href="#" style="text-decoration: line-through">Home</a>
</li>
<li><a href="./about.html">About</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="./Experience.html">Experience</a></li>
<li><a href="./academy.html">PSA - NPO</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="legal">
<a href="legal.html">legal</a>
</div>
</body>
</html>