-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
96 lines (79 loc) · 3.15 KB
/
more.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
<body>
<h1>Visual Design Playground</h1>
<div class="case-study-section">
<p>Even as I've grown into product design and system architecture, my roots in Graphic & Web Design continue to fuel my creative spirit. This collection celebrates pure visual design—those projects where aesthetics take center stage and creativity flows freely. Welcome to my digital playground. More to come!</p>
<h2>Tequila Agency</h2>
<p>When this advertising agency needed a website refresh, they offered me carte blanche to bring their digital presence to life.</p>
<!-- image-gallery -->
<div class="case-study-gallery">
<div class="gallery-container">
<div class="gallery-item">
<img src="https://res.cloudinary.com/diwuyv3c8/image/upload/v1736117939/01-tequila_yku0c7.png" alt="Case Study 1">
</div>
</div>
</div>
<!-- Enf ofimage-gallery -->
<!-- image-gallery -->
<div class="case-study-gallery">
<div class="gallery-container">
<div class="gallery-item">
<img src="https://res.cloudinary.com/diwuyv3c8/image/upload/v1736117938/02-tequila_r4kjjv.gif" alt="Case Study 1">
</div>
</div>
</div>
<!-- Enf ofimage-gallery -->
<!-- image-gallery -->
<div class="case-study-gallery">
<div class="gallery-container">
<div class="gallery-item">
<img src="https://res.cloudinary.com/diwuyv3c8/image/upload/v1736117939/03-tequila_jxvk1t.png" alt="Case Study 1">
</div>
</div>
</div>
<!-- Enf ofimage-gallery -->
<!-- image-gallery -->
<div class="case-study-gallery">
<div class="gallery-container">
<div class="gallery-item">
<img src="https://res.cloudinary.com/diwuyv3c8/image/upload/v1736117938/04-tequila_xyucsj.png" alt="Case Study 1">
</div>
</div>
</div>
<!-- Enf ofimage-gallery -->
<!-- image-gallery -->
<div class="case-study-gallery">
<div class="gallery-container">
<div class="gallery-item">
<img src="https://res.cloudinary.com/diwuyv3c8/image/upload/v1736117939/05-tequila_in4drl.gif" alt="Case Study 1">
</div>
</div>
</div>
<!-- Enf ofimage-gallery -->
<!-- image-gallery -->
<div class="case-study-gallery">
<div class="gallery-container">
<div class="gallery-item">
<img src="https://res.cloudinary.com/diwuyv3c8/image/upload/v1736117938/06-tequila_af0ur8.png" alt="Case Study 1">
</div>
</div>
</div>
<!-- Enf ofimage-gallery -->
<!-- image-gallery -->
<div class="case-study-gallery">
<div class="gallery-container">
<div class="gallery-item">
<img src="https://res.cloudinary.com/diwuyv3c8/image/upload/v1736117938/07-tequila_il3hus.gif" alt="Case Study 1">
</div>
</div>
</div>
<!-- Enf ofimage-gallery -->
<!-- image-gallery -->
<div class="case-study-gallery">
<div class="gallery-container">
<div class="gallery-item">
<img src="https://res.cloudinary.com/diwuyv3c8/image/upload/v1736117942/08-tequila_gi3e14.gif" alt="Case Study 1">
</div>
</div>
</div>
<!-- Enf ofimage-gallery -->
</body>