-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (43 loc) · 2.45 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
<!DOCTYPE HTML>
<!--
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Afghan Dev. Community newsletter</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Afghan Dev Community</h1>
<p>We software engineers and computer enthusiasts come across interesting content from time to time <br \> that can benefit others. Afghan Dev Newsletter A place to share this claim.</p>
</header>
<!-- Signup Form -->
<form id="signup-form" action="https://lajward.us7.list-manage.com/subscribe/post?u=e82c58fea37a8ed7d00e23d10&id=c75bcbd6e3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form">
<input type="text" name="FNAME" id="mce-FNAME" placeholder="Your name" />
<input type="email" name="EMAIL" id="mce-EMAIL" placeholder="Email Address" required="email" />
<input type="text" name="b_e82c58fea37a8ed7d00e23d10_c75bcbd6e3" tabindex="-1" value="" style="display:none;">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
<p style="color: rgba(255, 255, 255, 0.5);"><a href="/newsletter/contribute.html">how to contribute</a> | <a href="/newsletter/acrchive.html">archive</a> | <a href="/newsletter/contribute.html">rules</a> | <a href="/newsletter/comments.html">your comments</a></p>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/AfghanDevCommunity" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<!-- <li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li> -->
<li><a href="https://github.com/AfghanDevCommunity/newsletter" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:info@lajward.co" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Afghan Dev Community. (Suppurted By <a href="mailto:info@lajward.co">Lajward Technologies</a>)</li><li>Template Credits: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>