-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
64 lines (61 loc) · 2.45 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>H4ck1ng Science</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="./css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/index.html"> >Home</a></li>
<li><a href="/about.html"> >About us</a></li>
<li><a href="https://h4ck1ng.science/jlite/retro/notebooks/?path=hispanicdb_vis.ipynb"> >JLite Hub</a></li>
<li><a href="/projects.html"> >Projects</a></li>
<!-- <li><a href="/pro/pro.html"> >Proyectos</a></li>
<li><a href="/blog"> >Blog</a></li>
<li><a href="https://www.facebook.com/Science-Hack-Club-552463184926784/"> >Facebook</a></li>
<li><a href="http://us13.campaign-archive2.com/?u=45a9edaf1dcfa80215154ae5e&id=ac985144ee"> >Last_Newsletter</a></li> -->
</ul>
</nav>
<hr>
<div class="container">
<div class="blurb">
<pre><div><span class="shc">
_ _ _ _ _
| |__ | || | ___ | | __/ | _ __ __ _
| '_ \ | || |_ / __|| |/ /| || '_ \ / _` |
| | | ||__ _|| (__ | < | || | | || (_| |
|_| |_| |_| \___||_|\_\|_||_| |_| \__, |
|___/
_
___ ___ (_) ___ _ __ ___ ___
/ __| / __|| | / _ \| '_ \ / __| / _ \
\__ \| (__ | || __/| | | || (__ | __/
|___/ \___||_| \___||_| |_| \___| \___|
</div></pre>
<p><br></p>
<p><b>Projects</b>.</p>
<p>Advance analytical solutions for science and humanities.</p>
<ul>
<li>Data analysis</li>
<li>Geospatial analysis</li>
<li>3D modelling</li>
<li>Database curation</li>
<li>Data visualization</li>
<li>Web development</li>
<li>Science communication</li>
</ul>
<p>Feel free to contact us if you have any interesting problem to solve!</p>
</div><!---blurb--->
</div><!-- /.container -->
<p><br></p>
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/h4ck1ng-science">github.com/h4ck1ng-science</a></li>
</ul>
</footer>
</body>
</html>