-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (35 loc) · 2.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/print.css" media="print">
<title>DestructHub: The channel of the destruction by DestructHub</title>
</head>
<body>
<header>
<div class="container">
<h1>DestructHub: The channel of the destruction</h1>
<h2>We love contests! We love challenges! Join to us! This group focuses on developing solutions for computational challenges/problems, mathematicians, mystery and hacking.</h2>
<section id="downloads">
<a href="https://github.com/DestructHub" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a id="main-proposal" class="anchor" href="#main-proposal" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Main Proposal</h3>
<p>The proposal of organization is a dump of each solution of common and bizarre challenges presents in programming world. Why? Because is fun, because is useful for learning and we can learn with other people! Now we can be small, about one year old and we have about 20 members.</p>
<p>We want more polyglot programmers possible. Actually we have solutions in Python, C, C++, Go, Haskell, Elixir, Lua, Clojure and Common Lisp!</p>
<p>
If you're interested, you can send an email to <a href="mailto:[email protected]">Manoel</a> or <a href="mailto:[email protected]">Rafael</a>.
</p>
<p>You love math? We love too! Actually we focusing on Project Euler since the creation! We have almost 100 solutions (counting the alternative solutions on all programming languages)!</p>
<p>Join to us and enters on the sea of destruction!</p>
</section>
</div>
</body>
</html>