-
Notifications
You must be signed in to change notification settings - Fork 0
/
projectfour.html
213 lines (187 loc) · 7.37 KB
/
projectfour.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Brian's Portfolio: Cooper & Dan's Toyboz</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="./styles/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!-- <link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/> -->
</head>
<body>
<nav class="red accent-2" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="./index.html" class="brand-logo">Brian Robinson</a>
<ul class="right hide-on-med-and-down">
<li><a href="./index.html">Home</a></li>
<li><a href="#project">Project Details</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="./index.html">Home</a></li>
<li><a href="#project">Project Details</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</nav>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center black-text text-lighten-5"></h1>
<div class="row center">
<h5 class="header col s12 light">Cooper & Dan's Toybox</h5>
</div>
<div class="row center">
</div>
<br><br>
</div>
</div>
<div class="parallax"><img src="./images/parralax1.png" alt="Unsplashed background img 1"></div>
</div>
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4 id="project">Details</h4>
<p class="center-align light">This was a group project done with 3 other classmates. We sought out to create an application that users would be able to purchase cat and dog accessories.
The user can go through the existing list of cat and dog items, and when the user selects one of the items,
the details and price about that specific item are populated. </p>
</div>
</div>
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4 id="about">Technologies Used</h4>
</div>
</div>
<div class="row center-align">
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/nodeJS.png">
</div>
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/npm_logo.png">
</div>
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/JS.png">
</div>
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/expresshandlebars.png">
</div>
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/MySQL.png">
</div>
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/sequelize.png">
</div>
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/expressjs.png">
</div>
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/bulma.png">
</div>
<div class="col s1">
<img class="circle responsive-img" src="./images/logos/insomnia.png">
</div>
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4 id="project">Installation/ Application Usage</h4>
<p class="center-align light">To install necessary dependencies, run the following command: "npm i". </p>
<p class="center-align light">To run the server in the CLI: "node server.js".</p>
</div>
</div>
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4 id="project">Future Development</h4>
<p class="center-align light"> Some future development ideas are as follows:
<p class="center-align light"> Add a way to add your own items to sell on the marketplace</p>
<p class="center-align light"> Get a working wishlist and shopping cart to add each product and their prices through the use of models</p>
<p class="center-align light"> Add more pet options (snake, hamster, lizard, etc.) with a wider variety of products</p>
<p class="center-align light"> Add different language options for non-english speakers</p>
<p class="center-align light"> Contact with either support or sellers</p>
</div>
</div>
<!--Project Details Section-->
<div class="row">
<div class="col s12 m7 center">
<div class="card">
<div class="card-image">
<img src="./images/CooperandDan/CooperDanWalkthrough.gif">
<span class="card-title"></span>
</div>
<div class="card-content">
<p>Walkthrough of the application</p>
</div>
<div class="card-action">
<a href="https://github.com/tloyzelle/Project-2.git">Check it out in Github</a>
<a href="https://cooper-and-dans-toybox.herokuapp.com/">Deployed Heroku Application</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m7 center">
<div class="card">
<div class="card-image">
<img src="./images/CooperandDan/workbenchschema.png">
<span class="card-title"></span>
</div>
<div class="card-content">
<p>To Create the Schema, run the above syntax in MySQL Workbench.</p>
</div>
<div class="card-action">
</div>
</div>
</div>
</div>
<!-- Promo Content 3 goes here -->
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h3 id="contact" class="header col s12 light">Contact</h3>
</div>
</div>
</div>
<div class="parallax"><img src="./images/parralax1.png" alt="Unsplashed background img 2"></div>
</div>
<footer class="page-footer white">
<div class="container center">
<div class=" wrap col l3 s12">
<h5 class="black-text"></h5>
<ul>
<li><a class="button white black-text waves-effect waves-light btn-small" href="tel:+19196087679">Phone: 919.608.7679</a></li>
<div>
-
</div>
<li><a class=" button white waves-effect waves-light btn-small black-text" href="mailto:brob92993@gmail.com">Email</a></li>
<div>
-
</div>
<li><a class="button white waves-effect waves-light btn black-text" href= "https://github.com/brob92993">Github Repository</a></li>
<div>
-
</div>
<li><a class="button white waves-effect waves-light btn black-text" href="https://linkedin.com/in/brob92993">LinkdIn Profile</a></li>
<div>
-
</div>
<li><a class="button white waves-effect waves-light btn black-text" href ="assets/Brian2021Resume.pdf">My Resume</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="./js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>