-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.html
89 lines (81 loc) · 2.56 KB
/
skills.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
<!DOCTYPE HTML>
<!--
Introspect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Skills</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>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Ignacio Morales Castilla</a>
<nav id="nav">
<a href="index.html">About me</a>
<a href="research.html">Research</a>
<a href="publications.html">Publications</a>
<a href="teaching.html">Teaching</a>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main" >
<div class="inner">
<header class="major special">
<h1>Skills</h1>
</br>
</header>
</br>
<h3>COMPUTER SKILLS:</h3>
<li>Statistics & Modelling: R, Stan, BioMod, MaxEnt</li>
<li>Programming & database handling: R, Matlab, C/C++, Java</li>
<li>GIS: R, QGIS, ArcGIS, GME, GRASS</li>
<li>Phylogenetics: R, Mr. Bayes, Mesquite, PAM</li>
</br>
<h3>LANGUAGE SKILLS:</h3>
<li>Proficient in English and Portuguese, native Spanish</li>
<li>Intermediate level of French and Italian</li>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<header>
<h2>Get in Touch</h2>
</header>
<form method="post" action="#">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="alt" /></li>
</ul>
</form>
<div class="copyright">
© Untitled Design: <a href="https://templated.co/">TEMPLATED</a>. Images <a href="https://unsplash.com/">Unsplash</a>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>