-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
104 lines (96 loc) · 3.65 KB
/
join.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
97
98
99
100
101
102
103
104
<!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>threepointonefour</title>
<link rel="icon" type="image/png" href="images\314.ico"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=League+Spartan&display=swap');
* {
font-family: 'League Spartan';
}
</style>
</head>
<body>
<!-- header -->
<section class="header" id="header">
<a href="index.html" class="logo"> threepointonefour </a>
<nav class="navbar">
<div id="close-navbar" class="fas fa-times"></div>
<a href="index.html">home</a>
<a href="about.html">about us</a>
<!-- <a href="gallery.html">Gallery</a>
<a href="#"> Donate </a> -->
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</section>
<!-- header -->
<!-- join us -->
<!-- services -->
<section class="services" id="services" style="background-color: #f5ecdf;">
<section class="services" id="services">
<h1 class="heading" style="color: #000080">Join Us</h1>
<div class="box-container">
<div class="box">
<img src="images/burgundy.png" alt="" />
<div class="content">
<div class="button-container">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc80-6wC52_I6rO68BjGYwZRibSbQWKVu26JJ8plnCRz2Ft6Q/viewform" target="_blank">
<button class="clr-1">
<span> Educate With Us </span><i></i>
</button>
</a>
</div>
</div>
</div>
<div class="box">
<img src="images/blue.png" alt="" />
<div class="content">
<div class="button-container">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScCUbAHsANNJwFhoboYYD9t53CM_oFaUnAk84KmsaE8EAp8Tw/viewform" target="_blank">
<button class="clr-1">
<span> Join our Team </span><i></i>
</button>
</a>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- services end -->
<!-- join us end -->
<!-- footer -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3> Get In Touch </h3>
<div class="share">
<!-- <a href="#" class="fab fa-facebook-f"></a>-->
<!-- <a href="#" class="fab fa-twitter"></a>-->
<a href="https://www.instagram.com/threepointonefour.in/" class="fab fa-instagram" TARGET="_blank"></a>
<!-- <a href="#" class="fab fa-linkedin"></a>-->
</div>
</div>
<div class="box">
<h3>contact us</h3>
<p>+91 7908958844</p>
<a href="mailto:[email protected]" class="link">[email protected]</a>
</div>
<div class="box">
<h3>location</h3>
<p>CLUB<br>
MANIPAL UNIVERSITY JAIPUR, RJ <br>
INDIA</p>
</div>
</div>
<div class="credit"> © 2024 <span>threepointonefour</span></div>
</section>
<!-- footer end-->
<script src="js/script.js"></script>
</body>
</html>