-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·75 lines (75 loc) · 4.78 KB
/
index.html
File metadata and controls
executable file
·75 lines (75 loc) · 4.78 KB
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
<!DOCTYPE html>
<html data-wf-page="58adf68935b0dcfb55837b4a" data-wf-site="58adf68935b0dcfb55837b49">
<head>
<meta charset="utf-8">
<title>Hello Code - Welcome!</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/hc.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script type="text/javascript">
WebFont.load({
google: {
families: ["Space Mono:regular,700","Martel:300,regular,700"]
}
});
</script>
<script src="js/modernizr.js" type="text/javascript"></script>
<link rel="shortcut icon" type="image/x-icon" href="../images/favicon.png">
<link rel="apple-touch-icon" href="../images/571bf3f375e0008b09b028ae_devchat_logo-small.png">
<script async="" defer="" src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div class="c1 w-container">
<div class="social-bar w-clearfix">
<div class="gh-start w-embed"><a class="github-button" href="https://github.com/devolio/hellocode" data-icon="octicon-star" data-style="mega" data-count-href="/devolio/hellocode/stargazers" data-count-api="/repos/devolio/hellocode#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star devolio/hellocode on GitHub">Star</a>
</div>
<div class="twitter-share w-widget w-widget-twitter">
<iframe src="https://platform.twitter.com/widgets/tweet_button.html#url=http%3A%2F%2Fdevchat.devolio.net%2Fhellocode%2F&counturl=devchat.devolio.net%2Fhellocode&text=Hello%20Code&count=horizontal&size=l&dnt=true" scrolling="no" frameborder="0" allowtransparency="true" style="border: none; overflow: hidden; width: 76px; height: 28px;"></iframe>
<div class="w-widget-twitter-count-shim w--large">
<div class="w-widget-twitter-count-inner">...</div>
</div>
</div><a class="suggest-link" href="/hellocode/suggest/">Suggest A Project</a>
</div>
<div class="hero">
<h1>⛵️ Hello Code</h1>
<h2 class="hero-h2">Are you trying to get involved in open source contribution?</h2>
<p class="hero-p">Every weekend we will send you a bunch of open source projects that are looking for developers just like you. Regardless of your skill level. Curated for you by your friends at <a href="https://devchat.devolio.net/" class="link" target="_blank">DevChat</a>.</p>
<p>Subscribe to <a href="https://www.reddit.com/r/devchat/" class="link" target="_blank">r/devchat</a> for the latest updates.</p>
<div class="form-wrapper w-form">
<form data-name="Devs Signup" id="wf-form-Devs-Signup" method="post" name="wf-form-Devs-Signup">
<label class="label" for="Skills">What are your skills?</label>
<input autofocus="autofocus" class="field w-input" data-name="Skills" id="Skills" maxlength="256" name="Skills" placeholder="javascript, mongodb, webscale" required="required" type="text">
<label class="label" for="Experience">What is your level?</label>
<select class="field w-select" data-name="Experience" id="Experience" name="Experience" required="required">
<option value="beginner">Beginner</option>
<option value="intermediate">Intermediate</option>
<option value="advanced">Advanced</option>
<option value="expert">Expert</option>
</select>
<label class="label" for="email">Your Email (Will only be used to share open source projects with you. Nothing else)</label>
<input class="field w-input" data-name="Email" id="email" maxlength="256" name="email" placeholder="Enter your email address" required="required" type="email">
<input class="btn w-button" data-wait="Please wait..." type="submit" value="Go!">
</form>
<div class="w-form-done">
<div>Thank you! Your submission has been received!</div>
</div>
<div class="w-form-fail">
<div>Oops! Something went wrong while submitting the form</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js" type="text/javascript"></script>
<script src="js/app.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56812506-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>