-
Notifications
You must be signed in to change notification settings - Fork 0
/
markthai.html
86 lines (72 loc) · 3.99 KB
/
markthai.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mark Thai Food Box Restaurant | Pu Thavikulwat</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- & Put this in every page to use scrolling animation -->
<script defer src="layout.js"></script>
<link rel="stylesheet" href="css/layout.css">
<!-- & Put this in every page to use scrolling animation -->
<!-- & Put this in every page to populate navbar -->
<script src="navbar.js"></script>
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="css/case-study.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Alata&family=Assistant:wght@400;700&family=Darker+Grotesque:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- & Put this in every page to populate navbar -->
<link rel="icon" type="image/png" href="img/favicon_pu.png">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ML1WFK5FFS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ML1WFK5FFS');
</script>
<body>
<!-- & Put this in every page to populate navbar -->
<div id="nav-placeholder"></div>
<!-- & Put this in every page to populate navbar -->
<img src="img/markthai/markthai_poster_2.png" class="hide-long header-img" alt="Mark Thai cover photo">
<section class="content-container">
<h2>About Mark Thai Food Box Website</h2>
<h3 class="hide"><a href="https://mark-home-made.onrender.com/">Mark Thai Food Box</a> is a Thai restaurant located in Seattle, WA. The restaurant wanted a re-design of their own e-commerce website to advertise their business and sell their products online.</h3>
<!-- <h3>Based on a song they selected, users are able to listen to a 30-second preview of the recommended songs on the app and save the whole playlist to their Spotify account.</h3> -->
</section>
<section class="content-container">
<h2>My Responsibilities</h2>
<h3 class="hide">As the freelance web designer and developer of the project, I designed and developed the <a href="https://mark-home-made.onrender.com/">website</a> using HTML/CSS, Javscript, and Node.js.</h3>
<h3 class="hide">The website has full eCommerce features, such as shopping cart, checkout, and payment.</h3>
</section>
<section class="content-container">
<h2>Outcome: </h2>
<h3 class="hide">The new website resulted in a 30% increase in mobile traffic and 45% increase in customer satisfaction.</h3>
<div class="before-after-container">
<h3 class="hide before-after-text"><b>Home page</b></h3>
<img src="img/markthai/before-after-1.png" class="hide-long" alt="Before and After of Home page">
</div>
<div class="before-after-container">
<h3 class="hide before-after-text"><b>Shop page</b></h3>
<img src="img/markthai/before-after-2.png" class="hide-long" alt="Before and After of Shop page">
</div>
<div class="before-after-container">
<h3 class="hide before-after-text"><b>Menu page</b></h3>
<img src="img/markthai/before-after-3.png" class="hide-long" alt="Before and After of Menu page">
</div>
<div class="before-after-container">
<h3 class="hide before-after-text"><b>Shopping cart page</b></h3>
<img src="img/markthai/before-after-4.png" class="hide-long" alt="Before and After of Shopping cart page">
</div>
</section>
<footer>
<h4>Designed and Coded by Pu Thavikulwat</h4>
</footer>
</body>
</html>