-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (83 loc) · 4.66 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<title>Mars@Home - Public volunteer computing project</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108778569-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108778569-2');
</script>
<script src="jquery-3.1.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Mars@Home">
<meta name="description" content="Mars@Home is a public volunteer computing project that empowers academia to solve real life problems">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Mars@Home - Public volunteer computing project">
<meta itemprop="description" content="Mars@Home is a public volunteer computing project that empowers academia to solve real life problems.">
<meta itemprop="image" content="https://raw.githubusercontent.com/MarsAtHome/marsathome.github.io/master/MarsAtHome.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@e_mad_ehsan">
<meta name="twitter:title" content="Mars@Home - Public volunteer computing project">
<meta name="twitter:description" content="Mars@Home is a public volunteer computing project that empowers academia to solve real life problems.">
<meta name="twitter:creator" content="@e_mad_ehsan">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/MarsAtHome/marsathome.github.io/master/MarsAtHome.png">
<!-- Open Graph data -->
<meta property="og:title" content="Mars@Home - Public volunteer computing project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://marsathome.org" />
<meta property="og:image" content="https://raw.githubusercontent.com/MarsAtHome/marsathome.github.io/master/MarsAtHome.png" />
<meta property="og:description" content="Mars@Home is a public volunteer computing project that empowers academia to solve real life problems." />
<meta property="og:site_name" content="Mars@Home" />
<meta property="fb:admins" content="100004038982041" />
<meta property="fb:app_id" content="1448408595256745" />
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/dikaddifgkonkicimbgikbcbaagajjhj">
</head>
<body>
<div class="header">
<a href="/"><h1 id="title"><img id="logo" src="MarsAtHome.png">MARS @ H<img id="earth" src="earth.png">ME</h1></a>
<p id="subtitle">Tiny dots of blankness make the mighty Space</p>
</div>
<br>
<p id="description">
Mars@Home is a public <a href="https://en.wikipedia.org/wiki/Volunteer_computing" target="_blank" class="link">volunteer computing</a> project. <br>We empower the Academia to solve real life problems.
</p>
<br>
<p id="vision">
<b>Our Vision:</b> Solve the problems at home (Earth)<br>and make life multiplanetary. <a href="/faqs.html" class="link"><b>Read FAQs</b></a>
</p>
<br>
<p>
Mars@Home 0.1 labels Unsplash photos using Tensorflow.js
<br>
Participate in the project by installing:
</p>
<button id="downloadBtn">Mars@Home for Google Chrome</button>
<br>
<h4 class="inputTitle">Are you <img src="academia.png" class="megaphone"> Academia with a Project?</h4>
<input type="email" name="academiaEmail" id="academiaEmail" placeholder="Type your Email + Hit Enter">
<h4 class="inputTitle">Subscribe for <img src="newsletter.png" class="megaphone"> Project Updates</h4>
<input type="email" name="developerEmail" id="developerEmail" placeholder="Type your Email + Hit Enter">
<br>
<span id="footer">
<h4 class="inputTitle">Spread the word <img src="voice.png" class="megaphone"></h4>
<p>It's <a href="https://github.com/MarsAtHome/" target="_blank" class="link">Open Source</a> and community driven effort!</p>
<input
id="link-field"
type="text"
readonly
value="https://marsathome.org">
</span>
<span id="bottom">
<p><a id="contact" href="mailto:[email protected]">Contact</a> © All rights reserved</p>
</span>
<script src="master.js"></script>
</body>
</html>