-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
190 lines (188 loc) · 8.6 KB
/
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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;700&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<title>Portfolio</title>
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/sidebar.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="header">
<div class="left-section">
<a href="index.html">
<img src="images/logo.png" class="logo" alt="Logo">
</a>
</div>
<div class="middle-section">
<p>Ali Garage & OsSon Cafe</p>
</div>
<div class="right-section">
<p>FAQ</p>
</div>
</div>
<div class="sidebar">
<ul>
<li><a href="portfolio.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="reservation.html">Reservation</a></li>
</ul>
</div>
<!-- Welcome Section -->
<div class="header-text">
<div class="column1">
<p>Thrift store / Cafe</p>
<h1>Welcome to <br>Ali Garage & OsSon Cafe <br>Portfolio</h1>
</div>
<div class="column2">
<img src="images/welcome.jpg" alt="Welcome">
</div>
</div>
<!-- About Section -->
<div class="header-text">
<div class="column2">
<img src="images/welcome.jpg" alt="About">
</div>
<div class="column1">
<p class="about-text">About</p>
<p class="description">
Ali Garage & OsSon Cafe is a unique combination
of a thrift store and a cozy café, located in a vibrant
community setting. Situated on the same premises.
</p>
</div>
</div>
<!-- Background Section -->
<div class="background">
<div>
<p class="background-text">Background</p>
<div class="background-grid">
<div>
<h1>OsSon cafe</h1>
<p class="description">
OsSon Cafe was created out of the owners' family ties to the food and beverage industry
and the owner's personal love for coffee-making. Their father's business served as a source of inspiration,
leading them to carry on the family tradition with the introduction of a coffee shop.
OsSon Cafe was envisioned as a sanctuary for introverts,
a place where they could find solitude or form connections.
The cafe is more than just a place to enjoy coffee—it is a space
designed to foster a sense of tranquility and community, providing an
escape from the daily grind.
</p>
</div>
<div>
<h1>Ali garage</h1>
<p class="description">
Established in 2016, Ali Garage was founded by its owner based on their personal hobby.
The owner, who is also the sole employee,
aims to provide high-quality clothing at affordable prices and promote the recycling of old
garments for better use. With a commitment to accessibility and environmental consciousness,
Ali Garage strives to make fashion both affordable and eco-friendly for thrift addicts
and budget consumers.
</p>
</div>
</div>
</div>
</div>
<!-- Portfolio Section -->
<div class="portfolio">
<div>
<p class="background-text">Our work</p>
<div class="portfolio-grid">
<div class="work">
<img src="images/thrift.jpg" />
<div class="layer">
<h3>Thrift</h3>
<p>
Provide clothing and household items for low prices while
promoting environmental sustainability through the recycling of
old garments.
</p>
<a href="#"></a>
</div>
</div>
<div class="work">
<img src="images/cafe.jpg" />
<div class="layer">
<h3>Cafe</h3>
<p>
Provide a comfortable space for introverted individuals to
chill, relax, and meet others.
</p>
<a href="#"></a>
</div>
</div>
<div class="work">
<img src="images/quality.jpg" />
<div class="layer">
<h3>Best quality</h3>
<p>Provide best quality clothing.</p>
<a href="#"></a>
</div>
</div>
</div>
<a href="https://www.instagram.com/aligarage_" class="btn">See more</a>
</div>
</div>
<!-- Contact Section -->
<div class="contact">
<div>
<div class="portfolio-grid">
<div class="contact-left">
<h1>Contact Us</h1>
<p>
<a href="https://www.instagram.com/aligarage_">Instagram: @aligarage_</a>
</p>
<p>
<a href="https://www.facebook.com/profile.php?id=100023557625064">Facebook: @Ali-Garage</a>
</p>
<p>01167610102</p>
</div>
<div class="contact-right">
<form method="post" action="https://forms.un-static.com/forms/1bfe708c2cbdbce10a66a84ee303ab0dfa4a141d">
<div class="form-group row">
<label for="name" class="col-4 col-form-label">Name</label>
<div class="col-8">
<div class="input-group">
<div class="input-group-addon">
<i class="fa fa-user"></i>
</div>
<input id="name" name="name" placeholder="Please enter your name" type="text" required="required" class="form-control">
</div>
</div>
</div>
<div class="form-group row">
<label for="email" class="col-4 col-form-label">E-mail address</label>
<div class="col-8">
<div class="input-group">
<div class="input-group-addon">
<i class="fa fa-envelope"></i>
</div>
<input id="email" name="email" placeholder="Your e-mail address" type="text" required="required" class="form-control">
</div>
</div>
</div>
<div class="form-group row">
<label for="message" class="col-4 col-form-label">Message</label>
<div class="col-8">
<textarea id="message" name="message" placeholder="Please enter your message" cols="40" rows="10" required="required" class="form-control"></textarea>
</div>
</div>
<div class="form-group row">
<div class="offset-4 col-8">
<button name="submit" type="submit" class="btn btn-primary">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</body>
</html>