-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
166 lines (148 loc) · 7.83 KB
/
index.html
File metadata and controls
166 lines (148 loc) · 7.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mysite</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#ashimg").fadeIn("slow");
});
$(document).ready(function(){
var div = $("#ashcontent");
var div1 = $("#ashimg");
div1.animate({left: '50px'}, "slow");
div.animate({right: '5px'}, "slow");
div.animate({fontSize: '3em'}, "slow");
});
// $(document).ready(function(){
// var div = $("#mywel");
// div.animate({up: '50px'}, "slow");
// div.animate({fontSize: '3em'}, "slow");
// });
</script>
</head>
<body>
<nav class="navbar navbar-expand-sm mybg navbar-dark fixed-top ">
<div class="container">
<h1 class="mybrand text-center"><i class="fab fa-redhat myicon"></i>Ashish</h1>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapseevent"><span
class="navbar-toggler-icon "></span></button>
<div class="collapse navbar-collapse mynavlinks text-center" id="collapseevent">
<ul class="navbar-nav myul">
<li class="nav-item "><a href="#aboutmepage" class="nav-link mylinks">About me</a></li>
<li class="nav-item"><a href="#projectpage" class="nav-link mylinks">Project</a></li>
<li class="nav-item"><a href="#contactpage" class="nav-link mylinks">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="bg">
<section class="introsec" id="aboutmepage">
<div class="myintro" id = "mywel">
<h1>Hi Buds, I am Ashish </h1>
<h3>I am a Programmer and an avid cricket lover</h3>
</div>
</section>
<section>
<div class="container aboutme">
<div class="row">
<div class="col-lg-6 col-md-6 col-xs-10 imgcont" id="ashimg">
<img src="img/ash.jpeg" class="img-rounded img-responsive img-fluid myimg" >
</div>
<div class="col-lg-6 col-md-6 col-xs-10 content" id="ashcontent">
<h1 style="color: #000000;">About Me</h1>
<div class="attribute">
<div class="plist">
<span> Name : </span>
<p> Ashish Gupta</p>
</div>
<div class="plist">
<span>College : </span>
<p> IIT(BHU) Varanasi</p>
</div>
<div class="plist">
<span>Key Skills : </span>
<p> C++, Python, JS, HTML, CSS</p>
</div>
<div class="plist">
<span>Tech : </span>
<p> Keras, NodeJS, Bootstrap</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="projsec" id="projectpage">
<h1 class="text-center headingclass">My Projects</h1>
<div class="container">
<div class="row">
<div class="col-lg-4 col-xs-10">
<div class="card myproj">
<img src="img/proj1.jpg" class="card-img-top " alt="...">
<div class="card-body text-center">
<h5 class="card-title">Voice Assistant</h5>
<p class="card-text">Voice assistant using SAPI5 API in python.It can search in wikipedia and can browse youtube throug voice command</p>
<a href="https://github.com/hackerashish25/jarvis" class="btn btn-primary text-center">Voice Assistant</a>
</div>
</div>
</div>
<div class="col-lg-4 col-xs-10">
<div class="card myproj">
<img src="img/proj2.jpg" class="card-img-top " alt="...">
<div class="card-body text-center">
<h5 class="card-title">Sentiment Analysis</h5>
<p class="card-text">Machine learning and Deep-Learning model was built for Sentiment Analysis of web content using CNN layer and word-embedding technique </p>
<a href="https://github.com/hackerashish25/Sentiment-analysis-DL" class="btn btn-primary text-center">Sentiment Analysis</a>
</div>
</div>
</div>
<div class="col-lg-4 col-xs-10">
<div class="card myproj">
<img src="img/proj3.jpg" class="card-img-top " alt="...">
<div class="card-body text-center">
<h5 class="card-title">Bee species Predictor</h5>
<p class="card-text">Implementedd a SVM machine learning model to predict bee species from their images</p>
<a href="https://github.com/hackerashish25/Na-ve-Bees_-Predict-Species-from-Images" class="btn btn-primary text-center">Bee species predictor</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="Mycontact" id="contactpage">
<h1 class="text-center headingclass">Contact me</h1>
<div class="container">
<div class="row">
<div class="col-lg-4 col-xs-10">
<a href="https://github.com/hackerashish25"><img src="img/github.png" class="img-rounded img-responsive mycontimg"></a>
</div>
<div class="col-lg-4 col-xs-10">
<a href="https://www.linkedin.com/in/janus-ash/"><img src="img/linkedin.png" class="img-rounded img-responsive mycontimg"></a>
</div>
<div class="col-lg-4 col-xs-10">
<a href="https://meta.stackexchange.com/users/743378/ashish-gupta"><img src="img/SO.png" class="img-rounded img-responsive mycontimg"></a>
</div>
</div>
</div>
</section>
<footer class="foot"><p>© 2020 All right reserved</p></footer>
</body>
</html>