-
Notifications
You must be signed in to change notification settings - Fork 69
/
index.html
115 lines (104 loc) · 5.04 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
<html>
<head>
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-159411627-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-159411627-1');
</script> -->
<!-- Caching Disabler-->
<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="Ishan Sharma ishandeveloper Ishan Inc. Chandigarh, India www.ishandeveloper.com .NET | ML | AI | Python | UI/UX | App Developer | Flutter | Web Developer" />
<title>Ishan Sharma</title>
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<link rel="apple-touch-icon" href="assets/img/favicon.png">
<meta name="apple-mobile-web-app-status-bar" content="#FFE1C4">
<meta name="theme-color" content="#FFE1C4">
<script src="assets/js/app.js"></script>
<link rel="manifest" href="manifest.json">
</head>
<body id="index-body" style="overflow: 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="work.html">Work</a></span></li>
<li><span><a href="uses.html">Uses</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 Ishan." data-delay="100"
data-deleteDelay="1000" data-loop="1" style="color:blue!important;"></span>
</h1>
<p class="hero-des">I make elegantly professional <b>web</b> apps and <b>flutter</b> apps for a living
and also design <b>user experiences</b>.
If you want me to do any one of these for you, get in touch with me here.
</p>
<script async src="https://unpkg.com/[email protected]/typer.js"></script>
<button class="animated bounce delay-4s learn-btn">
Learn More
</button>
<a href="contact.html"><button class="contact-btn">
Contact Me
</button></a>
<div class="social-icons">
<a target="_blank" href="mailto:[email protected]"><i class="fas fa-envelope"></i></a>
<a target="_blank" href="https://instagram.com/developer.ishan"><i class="fab fa-instagram"></i></a>
<a target="_blank" href="https://hackerrank.com/ishandeveloper"><i
class="fab fa-hackerrank"></i></a>
<a target="_blank" href="https://github.com/ishandeveloper"><i class="fab fa-github"></i></a>
<a target="_blank" href="https://linkedin.com/in/ishandeveloper"><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</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="#">Uses</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>