-
Notifications
You must be signed in to change notification settings - Fork 0
/
breeze-cart-ux.html
103 lines (95 loc) · 4.63 KB
/
breeze-cart-ux.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
<!DOCTYPE html>
<html>
<head>
<title>natalie stroud</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="bcart.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="content">
<a style="text-decoration: none; color:black;" href="http://www.natalieastroud.com/"><h1>natalie stroud.</h1></a>
<hr>
<div class="mb-5">
<a href="https://twitter.com/nataliecodes" target="_blank"><i class="fab fa-twitter fa-2x my-3" style="color:black;"></i></a>
<a href="https://github.com/stroudn1" target="_blank"><i class="fab fa-github fa-2x my-3" style="color:black;"></i></a>
<a href="https://dev.to/_nataliestroud" target="_blank"><i class="fab fa-dev fa-2x my-3" style="color:black;"></i></a>
<a href="https://www.linkedin.com/in/natalie-stroud-63110a113/" target="_blank"><i class="fab fa-linkedin fa-2x my-3" style="color:black;"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope fa-2x" style="color:black;"></i></a>
</div>
</div>
</div>
<div class="container">
<div class="row flex">
<div class="col-lg-6 col-sm-12">
<div class="container">
<div class="content">
<div class="content-overlay"></div>
<img class="content-image img-fluid" src="prototype.jpg">
<div class="content-details fadeIn-bottom">
<a href="prototype.jpg" style="text-decoration: none;"><h6 class="content-title">Design.</h6>
<p class="content-text">Layout of user flow from landing page to sign in and sign up pages.</p></a>
</div>
</div>
</div>
<br>
</div>
<div class="col-lg-6 col-sm-12">
<div class="container">
<div class="content">
<div class="content-overlay"></div>
<img class="content-image img-fluid" src="wireframes.jpg">
<div class="content-details fadeIn-bottom">
<a href="wireframes.jpg" style="text-decoration: none;"><h6 class="content-title">Prototype.</h6>
<p class="content-text">User flow including directions of interactivity.</p></a>
</div>
</div>
</div>
<br>
</div>
<div class="col-lg-6 col-sm-12">
<div class="container">
<div class="content">
<div class="content-overlay"></div>
<img class="content-image img-fluid" src="home screens.jpg">
<div class="content-details fadeIn-bottom">
<a href="home screens.jpg" style="text-decoration: none;"><h6 class="content-title">Landing Page.</h6>
<p class="content-text">An illustration providing two examples for a user's landing page. </p></a>
</div>
</div>
</div>
<br>
</div>
<div class="col-lg-6 col-sm-12">
<div class="container">
<div class="content">
<div class="content-overlay"></div>
<img class="content-image img-fluid" src="sign up.jpg">
<div class="content-details fadeIn-bottom">
<a href="sign up.jpg" style="text-decoration: none;"><h6 class="content-title">Sign Up Page.</h6>
<p class="content-text">User flow demonstrating the steps to signing up for a Breeze Cart account</p></a>
</div>
</div>
</div>
<br>
</div>
<div class="col-lg-6 col-sm-12">
<div class="container">
<div class="content">
<div class="content-overlay"></div>
<img class="content-image img-fluid" src="sign in.jpg">
<div class="content-details fadeIn-bottom">
<a href="sign in.jpg" style="text-decoration: none;"><h6 class="content-title">Sign In Page.</h6>
<p class="content-text">User flow demonstrating the steps to signing in to Breeze Cart account</p></a>
</div>
</div>
</div>
<br>
</div>
</div>
</body>
</html>