-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
184 lines (157 loc) · 5.72 KB
/
index.html
File metadata and controls
184 lines (157 loc) · 5.72 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FRAMES - The Photography Club</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<body>
<header id="nav">
<div class="logo-container">
<img src="frames.png" alt="Logo">
<div class="hamburger">
<div></div>
<div></div>
<div></div>
</div>
</div>
<nav class="nav-links">
<h4><a href="#page1">Home</a></h4>
<h4><a href="gallery.html">Gallery</a></h4>
<h4><a href="about.html">About Us</a></h4>
<h4><a href="https://forms.gle/ANGJoy5KHvwZuVFR6" target="_blank">Join Us</a></h4>
</nav>
<div id="mobile-menu" class="mobile-menu">
<span class="close-btn">×</span> <!-- Close Button -->
<a href="#page1" class="mobile-link">Home</a>
<a href="gallery.html" class="mobile-link">Gallery</a>
<a href="about.html" class="mobile-link">About Us</a>
<a href="https://forms.gle/ANGJoy5KHvwZuVFR6" target="_blank" class="mobile-link">Join Us</a>
</div>
</header>
</header>
<!-- Your other content -->
</body>
<!-- Hamburger Menu for Mobile -->
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<!-- Mobile Menu Links -->
<div class ="mobile-menu">
<a href="#page1">Home</a>
<a href="gallery.html">Gallery</a>
<a href="about.html">About Us</a>
<a href="https://forms.gle/ANGJoy5KHvwZuVFR6" target="_blank">Join Us</a>
<div class="close-btn">×</div>
</div>
</nav>
<video autoplay muted loop src="chiragyashireel.mp4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></video>
<div id="main">
<div id="page1">
<h1>Welcome</h1>
<h1>to</h1>
<h1>FRAMES-GBU</h1>
<h2>The Photography Club</h2>
<p>Making memories, one frame at a time.</p>
<div id="arrow">
<i class="ri-arrow-down-line"></i>
</div>
</div>
<div id="page3">
<div class="join-us-container">
<h2>Join the FRAMES Family</h2>
<p>Unleash your creative potential with us! We're passionate about photography and storytelling. Join our community to connect with like-minded individuals, learn, and grow.</p>
<a href="https://forms.gle/ANGJoy5KHvwZuVFR6" target="_blank" class="join-button">Join Now</a>
</div>
<div class="aboutus">
<div class="quote-mark left"></div>
<h1>About Us</h1>
<p>
FRAMES is a collective of passionate photographers and creatives at Gautam Buddha University, driven by a shared love for capturing moments through the lens. Our club thrives on creativity, collaboration, and a dedication to the art of photography.
</p>
<div class="quote-mark right"></div>
</div>
<div id="gallery">
<h2>GALLERY</h2>
<div class="gallery-container">
<img src="IMG_0004.jpeg" alt="">
<img src="IMG_0826.jpeg" alt="">
<img src="IMG_0827.jpeg" alt="">
<!-- Add more images here -->
</div>
</div>
<div id="scroller">
<div id="scroller-in">
<h4>PHOTOGRAPHY</h4>
<h4>CREATIVITY</h4>
<h4>INSPIRATION</h4>
<h4>ART</h4>
</div>
<div id="scroller-in">
<h4>PHOTOGRAPHY</h4>
<h4>CREATIVITY</h4>
<h4>INSPIRATION</h4>
<h4>ART</h4>
</div>
</div>
<!-- <div id="page4">
<div class="elem">
<h2>BIG STEPPER</h2>
<img src="https://architecture.live/wp-content/uploads/2022/09/7-1536x1086.jpg" alt="" />
</div>
<div class="elem">
<h2>BEST IN THE BIZZ</h2>
<img src="https://architecture.live/wp-content/uploads/2022/09/1-1536x1086.jpg" alt="" />
</div>
<div class="elem">
<h2>FRAMES</h2>
<img src="https://architecture.live/wp-content/uploads/2022/09/5-1536x1086.jpg" alt="" />
</div>
</div> -->
<!-- Cards Section -->
<!-- <div id="cards-container"> -->
<!-- Your card content here -->
<!-- Black Gap Section -->
<div id="black-gap"></div>
<footer>
<div class="footer-top">
<div class="footer-logo">
<img src="frames.png" alt="Logo">
</div>
</div>
<div class="footer-sections">
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="#page1">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://forms.gle/ANGJoy5KHvwZuVFR6" target="_blank">JOIN US</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Contact Us</h4>
<ul>
<li><a href="#">Email: framesgbu@gmail.com</a></li>
<li><a href="#">Phone: +91 6202 969 798</a></li>
</ul>
</div>
</div>
<div class="social-links">
<a href="https://www.instagram.com/frames_gbu?igsh=Nnhja3B2OGJsdDV2&utm_source=qr" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
<p class="copyright">© 2023 Your Company. All rights reserved.</p>
</footer>
<!-- Footer Credits Section -->
<div id="asmit" class="footer-credits">
<p>Created by <a href="https://www.instagram.com/4smittt/" target="_blank" rel="noopener noreferrer">asmit</a> © </p>
</div>
<script src="https://unpkg.com/gsap@3.7.1/dist/gsap.min.js"></script>
<script src="https://unpkg.com/gsap@3.7.1/dist/ScrollTrigger.min.js"></script>
<script src="script.js"></script>
</div>
</body>
</html>