-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprototypes.html
192 lines (165 loc) · 7.02 KB
/
prototypes.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
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prototypes</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 20px;
background-image: url('background.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #323232;
}
.project-details {
text-align: center;
max-width: 800px;
margin: 0 auto;
}
section {
background-color: rgba(255, 255, 255, 0.3); /* White with 0.3 opacity */
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
img {
width: 100%;
max-width: 450px;
height: auto;
display: block;
margin: 0 auto;
}
img.fashion {
width: 250px;
height: 440px;
}
img.retreat_prototype {
width: 450px;
height: 260px;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #d3d3d3;
color: #323232;
text-decoration: none;
border-radius: 5px;
font-size: 16px;
letter-spacing: 0.05em;
transition: background-color 0.3s ease;
}
.button:hover {
background-color: #b0b0b0;
color: #000;
}
h1, h2 {
font-weight: 700;
}
/* Media Queries for tablets and smaller devices */
@media only screen and (max-width: 768px) {
body {
padding: 10px;
}
h1 {
font-size: 1.8rem; /* Slightly smaller heading for tablets */
}
h2 {
font-size: 1.4rem; /* Smaller subheading */
}
p {
font-size: 1rem; /* Smaller paragraph text */
}
.project-details {
padding: 10px;
}
img {
max-width: 70%; /* Further reduce image size on tablets */
}
.cards-container {
margin-bottom: 20px;
}
img.retreat_prototype {
width: 70%;
height: auto;
}
}
/* Media Queries for mobile phones and smaller screens */
@media only screen and (max-width: 480px) {
h1 {
font-size: 1.5rem; /* Further reduce heading size */
}
h2 {
font-size: 1.2rem; /* Smaller subheading size */
}
p {
font-size: 0.9rem; /* Reduce paragraph text size */
}
.button {
padding: 8px 16px; /* Smaller buttons on mobile */
font-size: 14px; /* Smaller font size for buttons */
}
img {
max-width: 90%; /* Ensure images take up more space but still smaller on mobile */
}
img.retreat_prototype {
width: 100%;
height: 80%;
}
.cards-container {
margin-bottom: 15px;
}
.project-details {
padding: 5px; /* Further reduce padding on small screens */
}
}
</style>
</head>
<body>
<div class="project-details">
<h1>Prototypes</h1>
<br>
<div class="cards-container">
<section>
<div class="card-content">
<h2>KlimatKoll</h2>
<p>A high-fidelity prototype for the KlimatKoll app, designed in Figma with the main goal to educate the elderly about climate change. The app aims to engage older adults and promote sustainability through accessible content.</p>
<a href="https://www.figma.com/proto/i4azN0R2dxPi7F37P1gdhf/Personas%2C-user-stories%2C-user-journeys%2C-UML-diagram%2C-task-analysis%2C-lo-fi-prototype%2C-hi-fi-prototype?type=design&node-id=431-648&t=sJ3KX6YRsV1BrADc-1&scaling=scale-down&page-id=432%3A221" target="_blank">See KlimatKoll prototype in Figma</a><br>
<img src="klimatkoll_prototype.png" alt="KlimatKoll Prototype">
</div>
</section>
<section>
<div class="card-content">
<h2>Syla Consulting</h2>
<p>This high-fidelity Adobe XD prototype for Syla Consulting showcases a sleek, professional website design. It features a clean, minimalist layout with user-friendly navigation, allowing easy access to services and contact info. Key sections include a dynamic homepage, service overview, and interactive contact form.</p>
<a href="https://xd.adobe.com/view/878149ca-a822-4c47-be94-fe73aa9c3205-d2d2/" target="_blank">See Syla Consulting prototype in Adobe XD</a><br>
<img src="syla_consulting_prototype.png" alt="Syla Consulting Prototype">
</div>
</section>
<section>
<div class="card-content">
<h2>Fashion store prototype in Figma</h2>
<p>A high-fidelity prototype designed for a fashion store app, created to provide a smooth and engaging shopping experience. With a clean, modern interface and stylish design elements, the app is optimized to enhance user engagement. The focus is on creating an elegant and user-friendly experience that reflects the brand's fashion-forward identity.</p>
<a href="https://www.figma.com/proto/jZHPimcxVPO92iK4Gf0qav/Mobile-App?node-id=0-1&t=OCgtmwCE9TNjUfzB-1" target="_blank">See Fashion store prototype in Figma</a><br>
<img class="fashion" src="prototype_1.png" alt="App prototype">
</div>
</section>
<section>
<div class="card-content">
<h2>Retreat hotel prototype in Figma</h2>
<p>A high-fidelity prototype for a luxury Retreat hotel, designed in Figma. This prototype is centered around providing a seamless and intuitive user experience, featuring clean layouts, modern typography, and visually appealing design elements. Key functionalities include room booking, with a focus on enhancing the user journey and optimizing conversion rates.</p>
<a href="https://www.figma.com/proto/IQRLzvZrebl9uRoszepnz2/Retreat-website?node-id=0-1&t=m4lc5GJwdLq37Puw-1" target="_blank">See Retreat hotel prototype in Figma</a><br>
<img class="retreat_prototype" src="retreat_prototype.png" alt="Retreat prototype">
</div>
</section>
</div>
<br>
<p><a href="index.html" class="button">Navigate back to portfolio</a></p>
</div>
</body>
</html>