-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
156 lines (145 loc) · 5.92 KB
/
index.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
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="./images/fav-icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
<title>Ba6e5</title>
</head>
<section class="top">
<div class="top-center">
<h1 class="logo">Ba6e5 Developers</h1>
<img class="watermelon" src="./images/watermelon.svg" onerror="this.src='watermelon.png'" alt="watermelon">
<h3 class="top-content">
<p> we are an international team of developers from FACN2 </p>
<p> we craft beautiful and functional websites. </p>
</h3>
</div>
<nav class="nav-container">
<ul class="nav">
<li><a href="#about">About</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</section>
<section class="about" id="about">
<div id="about-title">
<div id="title-content">
<h3>About</h3>
<nav class="nav-container-about">
<ul class="nav">
<li><a href="#about">About</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div id="about-content">
<div class='about-para'>
<p>Hello we are Ba6e5 Developer group.</p>
<p> We are a four person team: Katia , Matt , Heather , Sajeda.</p>
<p> We love knafe!</p>
<p>As a part of founders and coders we hold coding craftmanship at the core of all we do!</p>
</div>
</div>
</section>
<section class="team" id="team">
<div class="team-title">
<div class="team-title-content">
<h3>Team</h3>
<nav class="nav-container-about">
<ul class="nav">
<li><a href="#about">About</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="team-content">
<div class="team-scroll">
<div class="team-member">
<img class="img-team" src="./images/Matt1.png" alt="Matt">
<h4> Matt </h4>
<p> LEGEND ^^^
</p>
<a href="https://www.linkedin.com/in/matthewking27/"> <i class="fa fa-linkedin" aria-hidden="true" ></i> </a>
<a href="https://github.com/matthewdking"> <i class="fa fa-github" aria-hidden="true" ></i> </a>
<a href="https://www.codewars.com/users/matthewdking"><i class="fa fa-code" aria-hidden="true"></i></a>
</div>
<div class="team-member">
<img class="img-team" src="./images/heather2.png" alt="Heather">
<h4> Heather </h4>
<p> Heather wants to improve the happiness of the world by giving everyone knafe!
</p>
<a href="https://www.linkedin.com/in/heather-yun-3796528a/"> <i class="fa fa-linkedin" aria-hidden="true" ></i> </a>
<a href="https://github.com/Heathercoraje"> <i class="fa fa-github" aria-hidden="true" ></i> </a>
<a href="https://www.codewars.com/users/Heathercoraje"><i class="fa fa-code" aria-hidden="true"></i></a>
</div>
<div class="team-member">
<img class="img-team" src="./images/sajeda1.png" alt="Sajeda">
<h4> Sajeda </h4>
<p> Always ask, learn, smile!
</p>
<a href="https://www.linkedin.com/in/sajeda-zoabi-36887b146/"> <i class="fa fa-linkedin" aria-hidden="true" ></i> </a>
<a href="https://github.com/sajedazoabi"> <i class="fa fa-github" aria-hidden="true" ></i> </a>
<a href="https://www.codewars.com/users/SajedaZoabi"><i class="fa fa-code" aria-hidden="true"></i></a>
</div>
<div class="team-member">
<img class="img-team" src="./images/katya1.png" alt="Katia">
<h4> Katia </h4>
<p> If you have a Dream, Dream big !
</p>
<a href="https://www.linkedin.com/in/katia-ashkar-5796b8146/"> <i class="fa fa-linkedin" aria-hidden="true" ></i> </a>
<a href="https://github.com/KatiaAsh"> <i class="fa fa-github" aria-hidden="true" ></i> </a>
<a href="https://www.codewars.com/users/KatiaAsh"><i class="fa fa-code" aria-hidden="true"></i></a>
</div>
</div>
</div>
</section>
<section class="form" id="contact">
<div class="form-title">
<div class="form-title-content">
<h3>Contact</h3>
<nav class="nav-container-form">
<ul class="nav">
<li><a href="#about">About</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="form-content">
<form id="gform" method="POST" class="pure-form pure-form-stacked" action="https://script.google.com/macros/s/AKfycbzqpori_RFrOVY0DPyrylDGt-5SRbDLFJM3P4tFz9GCB9-fdHo/exec">
<div>
<label for="name" class="name-label">Name: </label>
<input id="name" name="name" required/>
</div>
<div>
<label for="message" class="message-label">Message: </label>
<textarea id="message" name="message" rows="10" required></textarea>
</div>
<div>
<label for="email" class="email-label">Email:</label>
<input id="email" name="email" type="email" value="" required />
<span id="email-invalid" style="visibility:hidden">Must be a valid email address</span>
</div>
<div>
<button class="button pure-button button-xlarge">
<i class="fa fa-paper-plane"></i> Send
</button>
</div>
</form>
<div style="display:none; background-color=red" id="thankyou_message">
<h2 class="h2-div"><em>Thanks</em> for contacting me! I will get back to you soon!
</h2>
</div>
<script data-cfasync="false" type="text/javascript" src="https://cdn.rawgit.com/dwyl/html-form-send-email-via-google-script-without-server/master/form-submission-handler.js"></script>
</section>
</body>
</html>