-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathourProcess.html
More file actions
78 lines (74 loc) · 3.56 KB
/
Copy pathourProcess.html
File metadata and controls
78 lines (74 loc) · 3.56 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Your description goes here">
<meta name="keywords" content="one, two, three">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<title>Art Fitz Everywhere Process</title>
<!-- external CSS link -->
<link rel="icon" type="image/x-icon" href="images/FiTZ circle 2.png">
<script src="https://kit.fontawesome.com/68dddd3b22.js" crossorigin="anonymous"></script>
<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=Tektur:wght@400..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="homeBody">
<!-- Navigation -->
<nav class="section horizontalMenu" >
<h2><a href="home.html">ART FiTZ EVERYWHERE</a></h2>
<div class="btn" id="menu"><button class="menuButton" id="openMenu1"><i class="fas fa-bars"></i></button></div>
</nav>
<div class="dropMenu" id="dropMenu">
<ul>
<li><div class="btn" id="menu"><button class="menuButton" id="openMenu2"><i class="fas fa-bars"></i></button></div></li>
<li><a href="home.html">HOME</a></li>
<li><a href="ourStory.html">OUR STORY</a></li>
<li><a href="ourProcess.html">OUR PROCESS</a></li>
<li><a href="https://artfitzeverywhere.shop">SHOP</a></li>
</ul>
</div>
<!-- Header -->
<header id="subheader">
<img src="images/Sub header 2.jpg" alt="">
</header>
<section class="ourProcessPage">
<h3>Working with Fitz Art</h3>
<p>Simple, transparent, and collaborative process to bring your mural to life.</p>
<span class="underlineDark">----------------------------------------</span>
<h4>Initial Consultation</h4>
<p>Video meeting to discuss mural location, vision, and project goals</p>
<h4>Proposal & Deposit</h4>
<p>Recieve a tailored proposal based on our discussion</p>
<p>Secure the project with a signed contract and a 50% deposit</p>
<h4>Design Discovery</h4>
<p>Creation of a mood board to explore styles, colors, and themes</p>
<p>Ensure design direction aligns with your preferences and vision</p>
<h4>Concept Development</h4>
<p>*First Draft* Presentation of initial design concept</p>
<p>*Revision Round 1* Incorporate feedback to refine the design</p>
<p>*Second Draft* Presentaion of adjusted design</p>
<p>*Final Revisions* Make small tweaks before approval</p>
<span>*Revisions are limited to 2 rounds for efficiency*</span>
<h4>Final Design Approval</h4>
<p>Approve the finished design, finalizing all details before production</p>
<h4>Mural Installation</h4>
<p>Installation of the mural on-site, bringing the approved design to life</p>
<h4>Client Walkthrough</h4>
<p>Review the completed mural together to ensure it meets your expectations</p>
<h4>Final Payment</h4>
<p>Make the final payment upon approval to close out the project</p>
</section>
<!-- Footer -->
<footer>
<ul>
<li><a href="https://www.instagram.com/art.fitz.everywhere?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/thomas-dunn-a7410217b/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
<p>©2025 • All rights reserved • Tommy Dunn</p>
</footer>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>