-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
111 lines (85 loc) · 3.71 KB
/
info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../assets/img/icon.png">
<title>julia oran</title>
<script src="https://use.fontawesome.com/ed7a7d487f.js"></script>
<!-- Bootstrap core CSS -->
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="../../../../assets/css/sticky-footer.css" rel="stylesheet">
<link href="../../../../assets/css/hover.css/css/hover-min.css" rel="stylesheet">
<link href="../../../../assets/css/animate.css/animate.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway|Oswald|Shadows+Into+Light" rel="stylesheet">
</head>
<body>
<!-- Begin page content -->
<div class="container">
<div class="mt-1">
<h1 id="name">julia oran</h1>
</div>
<!-- <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
<p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p> -->
<div class="info">
<a href="info.html" class="section-icon hvr-float">
<div class="row">
<div class="col-sm-1" style="width: 576px;">
<i class="fa fa-2x fa-user"></i>
</div>
<div class="col-sm-11">
<p class="section">More Info</p>
</div>
</div>
</a>
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-11">
<a href="https://www.linkedin.com/in/juliaoran/" class="my-btn"><i class="fa fa-linkedin"></i> LinkedIn</a>
<a href="/assets/img/resume.pdf" class="my-btn"><i class="fa fa-file-text"></i> Resume</a>
<a href="mailto:[email protected]" class="my-btn"><i class="fa fa-envelope"></i> Email</a>
</div>
</div>
</div>
<div class="info">
<a href="index.html" class="section-icon hvr-float">
<div class="row">
<div class="col-sm-1" style="width: 576px;">
<i class="fa fa-2x fa-home"></i>
</div>
<div class="col-sm-11">
<p class="section">Home</p>
</div>
</div>
</a>
</div>
</div>
<footer class="footer">
<div class="container">
<span class="text-muted">
<ul class="icons">
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-file-text"></i></a></li>
<li><a href="#"><i class="fa fa-envelope"></i></a></li>
<li>© Julia Oran 2017</li>
</ul>
</span>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- carousel code -->
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script type="text/javascript" src="/dist/js/bootstrap.js"></script>
<script>
$('.carousel').carousel()
</script>
</body>
</html>