-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfruits-for-humanity.html
116 lines (108 loc) · 4.61 KB
/
fruits-for-humanity.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
<!DOCTYPE HTML>
<html>
<head>
<title>ALKAMI</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/js/monolog.js-master/dist/monolog.css">
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html"><img src="images/logo_white.png" onmouseover="hover(this);" onmouseout="unhover(this)" alt="" /></a></h1>
<nav id="nav">
<ul>
<li>
<a href="#">Our Work</a>
<ul>
<li><a href="farmers-market.html">Farmers Market</a></li>
<li><a href="fruits-for-humanity.html">Fruits For Humanity</a></li>
<li><a href="surf-engine.html">Surf Engine</a></li>
<li><a href="snake.html">Snake</a></li>
</ul>
</li>
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="javascript:;" onclick="monolog.show();">Contact Us</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<div class="row 150%">
<div class="4u 12u$(medium)">
<!-- Sidebar -->
<section id="sidebar">
<a href="#" class="image fit"><img alt="" /></a>
<section>
<h3>Fruits For Humanity</h3>
<p>FFH is a single-tenant e-commerce platform that can accomadate any small business.
This app is responsive across all screen sizes. Key features of this app:
</p>
<ul>
<li>Custom user authentication.</li>
<li>Admin authorization with custom features including adding/removing/hiding categories and items. Admin may also view all user orders and their status.</li>
<li>Email notification upon new user registration and upon order completion.</li>
<li>Payment processing with Stripe(PayPals little brother).</li>
<li>Simple responsive design, feels great on mobile, minimum click-to-order process.</li>
<li>Full cart functionality allowing a user to update item quantity.</li>
</ul>
</section>
<hr />
<section>
<h3>Technical (Geek-Out!) Specs</h3>
<ul>
<li>Ruby on Rails</li>
<li>JavaScript, JQuery, Zurb Foundation on the Front-End</li>
<li>All app routing is Restful</li>
<li>AWS S3 Cloud Storage for platform image storage</li>
<li>Over 95% test coverage measured by SimpleCov</li>
<li>Unit tested using RSpec, and feature tested using Capybara</li>
</ul>
<footer>
<ul class="actions">
<li><a href="http://fruits-for-humanity.herokuapp.com" target="_blank" class="button">Visit App</a></li>
</ul>
</footer>
</section>
</section>
</div>
<div class="8u$ 12u$(medium) important(medium)">
<!-- Content -->
<section id="content">
<a href="#" class="image fit"><img src="images/ffh-collage-3-pic.png" alt="" /></a>
<a href="#" class="image fit"><img src="images/ffh-collage-2-pic.png" alt="" /></a>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/AlkamiCode" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>© Alkami. All rights reserved.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script src="assets/js/logo-hover.js"></script>
<script src="assets/js/monolog.js-master/dist/monolog.js"></script>
<script src="assets/js/contact-modal.js"></script>
</body>
</html>