-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (82 loc) · 3.78 KB
/
index.html
File metadata and controls
125 lines (82 loc) · 3.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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<title>Steve Fick</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='stylesheet' href='assets/main2.css' type='text/css' media='screen' />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<script src="https://use.fontawesome.com/35b91d322e.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151322239-1"></script>
<body>
<!--HEADER-->
<!-- Header -->
<header class="w3-display-container w3-content w3-center" style="max-width:1500px">
<img class="w3-image" src="images/Banner.png" alt="Me" width="1500" height="600">
<div class="w3-display-middle w3-padding-large w3-wide w3-text-light-grey w3-center">
<h1 class="w3-hide-medium w3-hide-small w3-xxxlarge">STEVE FICK</h1>
<h5 class="w3-hide-large" style="white-space:nowrap">STEVE FICK</h5>
<h3 class="w3-hide-medium w3-hide-small"><!--SUBTITLE--></h3>
</div>
<!-- Navbar (placed at the bottom of the header image) -->
<!--
<div class="w3-bar w3-light-grey w3-round w3-display-bottommiddle w3-hide-small" style="bottom:-16px">
<a href="index.html" class="w3-bar-item w3-button">Home</a>
<a href="projects.html" class="w3-bar-item w3-button">Projects</a>
<a href="publications.html" class="w3-bar-item w3-button">Publications</a>
<a href="cv.html" class="w3-bar-item w3-button">CV</a>
<a href="photography.html" class="w3-bar-item w3-button">Photography</a>
</div>
-->
<!-- Navbar on small screens -->
<!--
<div class="w3-center w3-light-grey w3-padding-16 w3-hide-large w3-hide-medium">
<div class="w3-bar w3-light-grey">
<a href="index.html" class="w3-bar-item w3-button">Home</a>
<a href="projects.html" class="w3-bar-item w3-button">Projects</a>
<a href="publications.html" class="w3-bar-item w3-button">Pubs</a>
<a href="cv.html" class="w3-bar-item w3-button">CV</a>
<a href="photography.html" class="w3-bar-item w3-button">Photo</a>
</div>
</div>
-->
<div id="nav">
<ul>
<li>
<a href="index.html" class="w3-bar-item w3-button">Home</a>
</li>
<li>
<a href="projects.html" class="w3-bar-item w3-button">Projects</a>
</li>
<li>
<a href="publications.html" class="w3-bar-item w3-button">Pubs</a>
</li>
<li>
<a href="cv.html" class="w3-bar-item w3-button">CV</a>
</li>
<li>
<a href="photography.html" class="w3-bar-item w3-button">Photos</a>
</li>
</ul>
</div>
</header>
<div class="w3-content w3-padding-large" id="portfolio">
<div class="main">
<div id="greeter">
<div class="textbox">
<!-- <h1> Steve Fick </h1> <br> -->
I develop tools and datasets for evidence-based decision making. My areas of specialization include environmental modeling, data science, spatial ecology, and restoration ecology.
<br><br>
</div>
<img class="avatar" src="images/steve2bwborder.JPG" alt="Me"><br>
</div>
<a href="https://scholar.google.com/citations?user=Y4h2OOoAAAAJ&hl=en">
<i class="ai ai-google-scholar ai-1x"></i></a>
<a href="https://github.com/fickse"<i class="fa fa-github fa-4"></i></a> <a href="https://fickse.wordpress.com/">blog</a>
<a href="https://www.linkedin.com/in/steve-fick-334652195/"> linkedin </a>
<a href="https://orcid.org/0000-0002-3548-6966"><i class="ai ai-orcid ai-1x"></i></a></div>
</div>
</div>
</body>
</html>