-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.03 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
<!doctype html>
<html lang="en">
<head>
<title>Submit - Ignite Seattle</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<h1><a href="https://igniteseattle.com/">Ignite Seattle</a></h1>
<nav>
<ul>
<li><a href="https://igniteseattle.com/submit/" target="_blank">Dates</a></li>
<li><a href="https://igniteseattle.com/2013/07/08/how-to-get-your-talk-accepted/" target="_blank">Advice</a></li>
<li><a href="https://igniteseattle.com/submit-examples/" target="_blank">Examples</a></li>
</ul>
</nav>
</header>
<div class="intro">
<h2>Submit a Talk to Ignite Seattle</h2>
</div>
<div class="cognito">
<script src="https://services.cognitoforms.com/s/LlzLMoQd4k2I_Ly-fITYzA"></script>
<script>Cognito.load("forms", { id: "1" });</script>
</div>
</body>
</html>