-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
152 lines (147 loc) · 8.13 KB
/
portfolio.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Live Resume :: Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Mukta:300,400,500,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/vendors/@fortawesome/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="assets/css/live-resume.css">
</head>
<body>
<header>
<button class="btn btn-white btn-share ml-auto mr-3 ml-md-0 mr-md-auto"><img src="assets/images/share.svg" alt="share" class="btn-img">
SHARE</button>
<nav class="collapsible-nav" id="collapsible-nav">
<a href="index.html" class="nav-link">HOME</a>
<a href="resume.html" class="nav-link">RESUME</a>
<a href="portfolio.html" class="nav-link active">PORTFOLIO</a>
<a href="blog.html" class="nav-link">BLOG</a>
<a href="contact.html" class="nav-link">CONTACT</a>
</nav>
<button class="btn btn-menu-toggle btn-white rounded-circle" data-toggle="collapsible-nav"
data-target="collapsible-nav"><img src="assets/images/hamburger.svg" alt="hamburger"></button>
</header>
<div class="content-wrapper">
<aside>
<div class="profile-img-wrapper">
<img src="assets/images/Profile.png" alt="profile">
</div>
<h1 class="profile-name">Daisy Murphy</h1>
<div class="text-center">
<span class="badge badge-white badge-pill profile-designation">UI / UX Designer</span>
</div>
<nav class="social-links">
<a href="#!" class="social-link"><i class="fab fa-facebook-f"></i></a>
<a href="#!" class="social-link"><i class="fab fa-twitter"></i></a>
<a href="#!" class="social-link"><i class="fab fa-behance"></i></a>
<a href="#!" class="social-link"><i class="fab fa-dribbble"></i></a>
<a href="#!" class="social-link"><i class="fab fa-github"></i></a>
</nav>
<div class="widget">
<h5 class="widget-title">personal information</h5>
<div class="widget-content">
<p>BIRTHDAY : 15 April 1990</p>
<p>WEBSITE : www.example.com</p>
<p>PHONE : +1 123 000 4444</p>
<p>MAIL : [email protected]</p>
<p>Location : California, USA</p>
<button class="btn btn-download-cv btn-primary rounded-pill"> <img src="assets/images/download.svg" alt="download"
class="btn-img">DOWNLOAD CV </button>
</div>
</div>
<div class="widget card">
<div class="card-body">
<div class="widget-content">
<h5 class="widget-title card-title">LANGUAGES</h5>
<p>English : native</p>
<p>Spanish : fluent</p>
<p>Italian : fluent</p>
</div>
</div>
</div>
<div class="widget card">
<div class="card-body">
<div class="widget-content">
<h5 class="widget-title card-title">INTERESTS</h5>
<p>Video games</p>
<p>Finance</p>
<p>Basketball</p>
<p>Theatre</p>
</div>
</div>
</div>
</aside>
<main>
<section class="portfolio-section">
<h2 class="section-title">PORTFOLIO</h2>
<div class="portfolio-wrapper">
<figure class="portfolio-item hover-box">
<img src="assets/images/img_1.png" alt="project" class="portfolio-item-img">
<figcaption class="portfolio-item-details overlay">
<h5 class="portfolio-item-title">PROJECT 01</h5>
<p class="portfolio-item-description">Branding, Photography</p>
</figcaption>
</figure>
<figure class="portfolio-item hover-box">
<img src="assets/images/img_2.png" alt="project" class="portfolio-item-img">
<figcaption class="portfolio-item-details overlay">
<h5 class="portfolio-item-title">PROJECT 02</h5>
<p class="portfolio-item-description">Branding, Photography</p>
</figcaption>
</figure>
<figure class="portfolio-item hover-box">
<img src="assets/images/img_3.png" alt="project" class="portfolio-item-img">
<figcaption class="portfolio-item-details overlay">
<h5 class="portfolio-item-title">PROJECT 03</h5>
<p class="portfolio-item-description">Branding, Photography</p>
</figcaption>
</figure>
<figure class="portfolio-item hover-box">
<img src="assets/images/img_4.png" alt="project" class="portfolio-item-img">
<figcaption class="portfolio-item-details overlay">
<h5 class="portfolio-item-title">PROJECT 04</h5>
<p class="portfolio-item-description">Branding, Photography</p>
</figcaption>
</figure>
<figure class="portfolio-item hover-box">
<img src="assets/images/img_5.png" alt="project" class="portfolio-item-img">
<figcaption class="portfolio-item-details overlay">
<h5 class="portfolio-item-title">PROJECT 05</h5>
<p class="portfolio-item-description">Branding, Photography</p>
</figcaption>
</figure>
<figure class="portfolio-item hover-box">
<img src="assets/images/img_6.png" alt="project" class="portfolio-item-img">
<figcaption class="portfolio-item-details overlay">
<h5 class="portfolio-item-title">PROJECT 06</h5>
<p class="portfolio-item-description">Branding, Photography</p>
</figcaption>
</figure>
<figure class="portfolio-item hover-box">
<img src="assets/images/img_7.png" alt="project" class="portfolio-item-img">
<figcaption class="portfolio-item-details overlay">
<h5 class="portfolio-item-title">PROJECT 07</h5>
<p class="portfolio-item-description">Branding, Photography</p>
</figcaption>
</figure>
<figure class="portfolio-item hover-box">
<img src="assets/images/img_8.png" alt="project" class="portfolio-item-img">
<figcaption class="portfolio-item-details overlay">
<h5 class="portfolio-item-title">PROJECT 08</h5>
<p class="portfolio-item-description">Branding, Photography</p>
</figcaption>
</figure>
</div>
</section>
<footer>Live Resume @ <a href="https://www.bootstrapdash.com" target="_blank" rel="noopener noreferrer">BootstrapDash</a>. All Rights Reserved 2020</footer>
</main>
</div>
<script src="assets/vendors/jquery/dist/jquery.min.js"></script>
<script src="assets/vendors/@popperjs/core/dist/umd/popper-base.min.js"></script>
<script src="assets/vendors/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/vendors/entry/jq.entry.min.js"></script>
<script src="assets/js/live-resume.js"></script>
</body>
</html>