-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<title>Altruist</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="favicon.png" sizes="16x16 32x32" type="image/png">
</head>
<body>
<header>
<img src="./Logo_altruist.png" alt = "ALTRUIST logo">
</header>
<section class="presentation">
<div class="hero"><img src="hero.png"></div>
<div class="introduction">
<div class="line"></div>
<div class="name">Kaushal Singh</div>
<div class="designation">CEO/Sr. Developer</div>
<div class="bio">
Kaushal developed convolutional neural networks<br> to recognize
terrorists, bombers, rebels and<br> notorious gangs by their faces and pupils of eyes.<br> Making neural networks and UI
designs keeps<br> Kaushal busy. Watching tv shows and reading<br> novels are his favorite ways to pass time. <br>
</div>
<div class="social">
<a href="https://www.facebook.com/kaushalhack"><img src="./fb.png"></a>
<a href="https://www.instagram.com/kaushalfeb/"><img src="./insta.png"></a>
<a href="https://twitter.com/kaushalhai"><img src="./twit.png"></a>
</div>
</div>
</section>
<div class="box">
<div class="abt">about</div>
<div class="prj" ><a href=proj.html style = "text-decoration: none">projects</a></div>
<div class="git"><a href="https://github.com/kaushalfeb" style = "text-decoration: none"> github</a> </div>
<div class="prj" ><a href=./Blogs/blogs.html style = "text-decoration: none">blogs</a></div>
</div>
</body>
</html>