-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (60 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Ajay Benno</title>
<!-- CSS -->
<script src = "https://use.fontawesome.com/6bcf5fe29d.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style2.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body class = "grey lighten-1">
<div class="container" >
<br><br>
<h1 class="header center white-text text-lighten-2">Ajay Benno</h1>
<!-- <div class="row center">
<h5 class="header col s12 light">Student, Programmer, and Engineer</h5>
</div> -->
<br><br>
<div class="section" id="section-test">
<!-- Icon Section -->
<div class="row">
<div class ="col s6 offset-s3 m4 offset-m4 center-align">
<img class="circle responsive-img center-align z-depth-5" src="prof1.jpg">
</div>
</div>
<div class ="row">
<div class="row center">
<h5 class="header col s12 light">Software Engineer at <a href="http://www.yext.com">Yext </a></p>
</div>
</div>
<div class ="row">
<div class="col m4 offset-m4 s4 offset-s4 center-align ">
<a class="btn-floating pulse" href="AjayBenno.pdf"><i class="material-icons" aria-hidden="true">verified_user</i></a>
Resume
</div>
</div>
<div class="row">
<div class="col m4 offset-m4 s4 offset-s4 center-align ">
<a href="http://linkedin.com/in/AjayBenno"><i class="fa fa-linkedin-square fa-2x vertical-align" aria-hidden="true"></i></a>
<a href="http://github.com/AjayBenno"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
<a href="mailto:[email protected]" target"_top"><i class="fa fa-envelope fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script>
$(document).ready(function(){
var options = [ {selector: '#section-test', offset: 200, callback: function(el) {
Materialize.fadeInImage($(el));} }];
Materialize.scrollFire(options);
});
</script>
</body>
</html>