This repository was archived by the owner on Mar 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
109 lines (100 loc) · 4.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Yolanda Goex Portfolio">
<meta name="author" content="Yolanda Gorriz Exposito">
<link rel="shortcut icon" href="https://private.ygoex.com/assets/img/favicon.ico" type="image/x-icon">
<title>Ygoex Portfolio</title>
<link href="assets/stylesheets/css/custom.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!--[if IE 9]><link href="assets/stylesheets/css/ie9.css" rel="stylesheet"><![endif]-->
<!--[if lt IE 9]><p class="browsehappy">The content on this website is not properly displayed because you are using an <strong>outdated</strong> browser. Please upgrade your browser or, alternatively,
<a href="http://browsehappy.com/">use a different one</a> to improve your experience.
</p>
<style type="text/css">
.browsehappy {
position: fixed;
z-index: 15;
left: 0;
width: 100%;
padding: 15px;
background-color: orange;
color: white;
font-weight: bold;
}
.browsehappy a {
color: blue;
}
</style><![endif]-->
</head>
<body id="top">
<nav class="navbar navbar-fixed-top">
<div class="container">
<div class="row">
<div class="col-lg-7 nav-wrap">
<div class="i-link logo">
<a href="#top" class="go-top">
<div class="tagline">
<span>YGOEX</span>
</div>
</a>
</div>
<button type="button" class="menu-toggle">
<div class="toggle-wrap">
<span class="toggle-bar"></span>
</div>
</button>
<div class="nav-menu">
<div class="nav-overlay"></div>
<ul class="nav navbar-nav nav-list">
<li class="nav-item i-link">
<a class="nav-link e-link temp" href="mailto:helloygoex@gmail.com" title="Email">
<i class="fa fa-envelope"></i>
</a>
</li>
<li class="nav-item i-link">
<a class="nav-link e-link temp" href="https://twitter.com/ygoex" title="Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="nav-item i-link">
<a class="nav-link e-link temp" href="http://codepen.io/ygoex/" class="codepen" title="Codepen">
<i class="fa fa-codepen"></i>
</a>
</li>
<li class="nav-item i-link">
<a class="nav-link e-link temp" href="https://www.behance.net/ygoex/" title="Behance">
<i class="fa fa-behance"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<section class="header">
<div class="header-image">
<img src="assets/img/ink-lg.jpg" alt="ink image" sizes="90vw" srcset="assets/img/ink-sm.jpg 474w,
assets/img/ink-lg.jpg 474w">
</div>
<div class="header-background"></div>
<div class="col-xs-7 header-border"></div>
<div class="container">
<div class="row">
<div class="header-text-wrap top-content">
<p class="header-text">Hi there!</p>
<p class="header-text">My name is Yolanda.</p>
<p class="header-text">I’m an UX/UI Designer & Front-End Developer.</p>
<h3 class="header-text temp">My portfolio will be back soon!</h3>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="assets/js/custom.min.js"></script>
</body>
</html>