-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (37 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<title>CodeCarrot Ad</title>
<link rel="stylesheet" href="css/cc-ad.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:400,700,800,900">
</head>
<body>
<section id="cc" class="codecarrot">
<div class="cc-row">
<div class="cc-centered">
<div class="cc-card">
<div class="cc-content">
<h3 class="cc-content-h3">Let CodeCarrot develop your free website</h3>
<ul class="cc-content-list">
<li class="cc-content-item"><img src="https://lh3.googleusercontent.com/ns0Ll3Y1sdAoxus5jjdhnW0BjIpil74y-GX1TqSLDlL_N5OIcOmVrpN5v6s-v65c8GkU9CmnZ4ZnSNdprIUJf3NL4l6ViAITuHLDLvZB8kqDHtawU3cCjmAgMblgUEWAh2zdbg=s512-no" width="24" height="24"><span>Pick the template you love</span></li>
<li class="cc-content-item"><img src="https://lh3.googleusercontent.com/ns0Ll3Y1sdAoxus5jjdhnW0BjIpil74y-GX1TqSLDlL_N5OIcOmVrpN5v6s-v65c8GkU9CmnZ4ZnSNdprIUJf3NL4l6ViAITuHLDLvZB8kqDHtawU3cCjmAgMblgUEWAh2zdbg=s512-no" width="24" height="24"><span>Collaborate, communicate and discuss</span></li>
<li class="cc-content-item"><img src="https://lh3.googleusercontent.com/ns0Ll3Y1sdAoxus5jjdhnW0BjIpil74y-GX1TqSLDlL_N5OIcOmVrpN5v6s-v65c8GkU9CmnZ4ZnSNdprIUJf3NL4l6ViAITuHLDLvZB8kqDHtawU3cCjmAgMblgUEWAh2zdbg=s512-no" width="24" height="24"><span>Get high-quality coded website and deply on server</span></li>
</ul>
<form action="https://formspree.io/[email protected]" method="post">
<fieldset class="users-data">
<label for="name">Name</label>
<input placeholder="Enter your name" type="text" id="name" name="user_name">
<label for="mail">Email Address</label>
<input placeholder="Enter your email address" type="email" id="mail" name="user_email">
<label for="message">How can I help you?</label>
<textarea placeholder="How can I help you?" id="message" name="user_message"></textarea>
</fieldset>
<button class="cc-content-cta" name="_next" value="http://www.codecarrot.net/submit-confirmation.html" type="submit">Get Started</button>
</form>
</div>
</div>
</div>
</div>
</section>
</body>
</html>