-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfetch-portfolio.html
152 lines (133 loc) · 7.79 KB
/
fetch-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-US">
<head>
<title>Fetch - Social Media Animal Rescue</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Matt Garvin | UX Designer" />
<meta name="keywords" content="HTML, CSS, JavaScript, PHP" />
<meta name="author" content="Colorlib" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="images/favicon.png" />
<link href='http://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i,900|Montserrat:400,700|PT+Serif' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href='css/clear.css' />
<link rel="stylesheet" type="text/css" href='css/common.css' />
<link rel="stylesheet" type="text/css" href='css/font-awesome.min.css' />
<link rel="stylesheet" type="text/css" href='css/carouFredSel.css' />
<link rel="stylesheet" type="text/css" href='css/prettyPhoto.css' />
<link rel="stylesheet" type="text/css" href='css/sm-clean.css' />
<link rel="stylesheet" type="text/css" href='style.css' />
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body class="single-portfolio">
<!-- Preloader Gif -->
<table class="doc-loader">
<tr>
<td>
<img src="images/loop_loading_derek_fitzpatrick.gif" alt="Loading..." />
</td>
</tr>
</table>
<!-- Menu -->
<div class="menu-wrapper center-relative">
<nav id="header-main-menu">
<div class="mob-menu">MENU</div>
<ul class="main-menu sm sm-clean">
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#about">About</a></li>
<li><a href="#news">News</a></li>
<li><a href="#video">Video</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<article id="portfolio-1" class="section portfolio">
<div class="center-relative content-1170">
<div class="entry-content">
<div class="content-wrap relative">
<a class="absolute x-close" href="index.html#portfolio">
<img src="images/icon_x.svg" alt="Close">
</a>
<div class="one margin-0">
<img src="demo-images/item_img_01.jpg" alt="">
</div>
<div class="clear"></div>
<div class="one_half margin-0">
<img src="demo-images/item_img_02.jpg" alt="">
</div>
<div class="one_half last margin-0">
<img src="demo-images/item_img_03.jpg" alt="">
</div>
<div class="clear"></div>
<br>
<br>
<br>
<div class="one_half text-right">
<p>
<span style="color: #adadad;">Project Name:</span> Fetch<br>
<span style="color: #adadad;">Client:</span> UMSI<br>
<span style="color: #adadad;">Year:</span> 2019
</p>
<br>
<br>
<div class="text-right">
<a href="https://www.behance.net/gallery/89745515/Fetch" target="_self" class="button ">Read More</a>
</div>
</div>
<div class="one_half last ">
<h1>Fetch Social Media and Animal Rescue</h1>
<p>Fetch is an animal centric social media platform where users can scroll a never-ending timeline of posts, photos and videos of our favorite furry friends.</p>
<br>
<p>
Yet, the main functionality of the concept is a toolkit to improve volunteer recruitment and coordination for animal search and rescue efforts. This toolkit leverages social networking to elevate recruitment efforts.<br>
</p>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
<!-- Footer -->
<footer>
<div class="footer content-1170 center-relative">
<ul>
<li class="copyright-footer">
© 2020 All rights reserved. | Adapted by me from the Boxus Template by <a href="https://colorlib.com" target="_blank">Colorlib</a>
</li>
<li class="social-footer">
<a href="https://www.behance.net/mtthwx" target="_blank"><span class="fa fa-behance"></span></a>
<!-- <a href="https://dribbble.com/mtthwgrvn" target="_blank"><span class="fa fa-dribbble"></span></a> -->
<a href="https://github.com/mtthwgrvn" target="_blank"><span class="fa fa-github"></span></a>
<!-- <a href="https://codepen.io/mtthwgrvn/" target="_blank"><span class="fa fa-codepen"></span></a> -->
<a href="https://medium.com/@mtthwgrvn_15256" target="_blank"><span class="fa fa-medium"></span></a>
<a href="https://mtthwx.com" target="_blank"><span class="fa fa-wordpress"></span></a>
<!-- <a href="https://www.facebook.com/mtthwgrvn" target="_blank"><span class="fa fa-facebook"></span></a> -->
<a href="https://www.instagram.com/_mtthwgrvn_/" target="_blank"><span class="fa fa-instagram"></span></a>
<a href="https://twitter.com/mtthwgrvn" target="_blank"><span class="fa fa-twitter"></span></a>
<a href="https://www.linkedin.com/in/matthew-garvin-7260724a/" target="_blank"><span class="fa fa-linkedin"></span></a>
<!-- <a href="#"><span class="fa fa-rss"></span></a> -->
</li>
</ul>
</div>
</footer>
</article>
<!--Load JavaScript-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type='text/javascript' src='js/jquery.sticky-kit.min.js'></script>
<script type='text/javascript' src='js/jquery.smartmenus.min.js'></script>
<script type='text/javascript' src='js/jquery.sticky.js'></script>
<script type='text/javascript' src='js/jquery.dryMenu.js'></script>
<script type='text/javascript' src='js/isotope.pkgd.js'></script>
<script type='text/javascript' src='js/jquery.carouFredSel-6.2.0-packed.js'></script>
<script type='text/javascript' src='js/jquery.mousewheel.min.js'></script>
<script type='text/javascript' src='js/jquery.touchSwipe.min.js'></script>
<script type='text/javascript' src='js/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='js/imagesloaded.pkgd.js'></script>
<script type='text/javascript' src='js/jquery.prettyPhoto.js'></script>
<script type='text/javascript' src='js/main.js'></script>
</body>
</html>