-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweddings.html
80 lines (71 loc) · 4.6 KB
/
weddings.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Isabelle Donoghue</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="mediaqueries.css"/>
<link rel="icon" href="./assets/icon.png" type="image/png">
</head>
<body>
<header>
<a href="#main" class="skip-link">Skip to Main Content</a>
<nav id="desktop-nav">
<div class="logo"><a href="index.html#projects">Isabelle Donoghue</a></div>
<div>
<ul class="nav-links">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#experience">Experience</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</nav>
<nav id="hamburger-nav">
<div class="logo"><a href="index.html#projects">Isabelle Donoghue</a></div>
<div class="hamburger-menu">
<div class="hamburger-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu-links">
<li><a href="index.html#about" onclick="toggleMenu()">About</a></li>
<li><a href="index.html#experience" onclick="toggleMenu()">Experience</a></li>
<li><a href="index.html#projects" onclick="toggleMenu()">Projects</a></li>
<li><a href="index.html#contact" onclick="toggleMenu()">Contact</a></li>
</div>
</div>
</nav>
</header>
<main id="main">
<h1 class="title-proj">UFS Weddings and Events Website</h1>
<div class="proj-img-center">
<img src="./assets/weddings.png" alt="UFS Weddings and Events" class="project-img-proj"/>
</div>
<div class="btn-container">
<button class="btn btn-color-1 proj-button" onclick="location.href='https://www.events.uniflowershop.com/'">Website</button>
</div>
<h3 class="proj-process-header">Timeline</h3>
<p class="text-proj">November 2024</p>
<h3 class="proj-process-header">Skills</h3>
<p class="text-proj">HTML, CSS, DNS, Squarespace, Floranext</p>
<h2 class="section_text_p2-proj">Overview</h2>
<p class="text-proj">I was hired by the University Flower Shop (UFS) to oversee a complete technical overhaul of their online presence and ordering system. This included redesigning the Weddings and Events section of their website and integrating it with a new Floranext platform, while maintaining seamless backend functionality with their Dubsado ordering system.</p>
<h2 class="section_text_p2-proj">Process</h2>
<h3 class="proj-process-header">Understanding Business Needs</h3>
<p class="text-proj">I met with UFS employees to understand their daily workflow and specific technical needs. The goal was to transition their main website to Floranext while retaining the Weddings and Events section on Squarespace, ensuring both platforms could work seamlessly together.</p>
<h3 class="proj-process-header">Integration and Redesign</h3>
<p class="text-proj">I redesigned the Squarespace site to visually match the new Floranext site, creating a cohesive user experience. This involved working extensively with domain and hosting settings to ensure seamless navigation between the two platforms, so users would not notice they were switching between different websites.</p>
<h3 class="proj-process-header">Technical Support and Setup</h3>
<p class="text-proj">I liaised with Floranext representatives to understand the platform's technical requirements and provided non-technical explanations to the UFS team. I also ensured the Squarespace platform remained fully integrated with Dubsado for managing wedding and event orders.</p>
<h2 class="section_text_p2-proj">Outcomes</h2>
<p class="text-proj">This project resulted in a seamless, professional online presence for the University Flower Shop. The redesign enhanced the user experience while maintaining backend functionality. I gained experience in platform integration, client communication, and web development, ensuring a smooth transition for both the client and their customers.</p>
<br>
<br>
</main>
<script src="script.js"></script>
</body>
</html>