This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
forked from jlord/hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.56 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
<title>.NET Fringe - An atypical conference for open-source .NET developers</title>
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<img class="logo" src="dotnetfringe-logo.svg" />
</header>
<article>
<p>An atypical conference for open-source .NET developers.</p>
<h4>Events</h4>
<ul>
<li><strong>.NET Fringe 2018</strong> - <em>Coming soon...</em></li>
<li><strong><a href="http://2017.dotnetfringe.org">.NET Fringe 2017</a></strong> (<a href="https://www.youtube.com/playlist?list=PLwZVRWVJepJtK6UZD-m2VLU2k2V-O5OrG">videos</a>)</li>
<li><strong><a href="http://2016.dotnetfringe.org">.NET Fringe 2016</a></strong> (<a href="https://www.youtube.com/playlist?list=PLwZVRWVJepJvam4NiKwKfR9P1aInAHev_">videos</a>)</li>
<li><strong><a href="http://2015.dotnetfringe.org">.NET Fringe 2015</a></strong> (<a href="https://www.youtube.com/playlist?list=PLwZVRWVJepJsJ79H3GfoPC7TxsvExdIB1">videos</a>)</li>
</ul>
</article>
</div>
<footer>
<ul class="meta inline-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="http://www.twitter.com/dotnetfringe" target="_blank">twitter/dotnetfringe</a></li>
<li><a href="http://www.github.com/dotnetfringe" target="_blank">github/dotnetfringe</a></li>
<li><a href="http://slack.dotnetfringe.org" target="_blank">slack/dotnetfringe</a></li>
<li>
<div class="mailinglist">
<form method="post" action="http://dotnetfringe.us8.list-manage.com/subscribe/post?u=ba68ae915a1a06c6cb2302e3c&id=2ee142e90b" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="" _lpchecked="1">
<input type="text" placeholder="Email Address" value="" name="EMAIL" class="required email textbox" id="mce-EMAIL" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email address';}">
<input type="submit" value="Sign Up" name="subscribe" id="mc-embedded-subscribe">
</form>
</div>
</li>
</ul>
</footer>
</div>
</body>
</html>