-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout_Me.html
More file actions
80 lines (67 loc) · 2.72 KB
/
About_Me.html
File metadata and controls
80 lines (67 loc) · 2.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tarik Christopher Anwar</title>
<link rel="icon" href="images/tab_icon.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!--put boostrap CDN before own css style sheet so that it doesn't interfere with it-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&family=Oswald&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styling.css">
</head>
<body>
<br>
<div class="home">
<a href="index.html">|| TCA ||
</a>
</div>
<br>
<br>
<img src="images/self.png" alt="Portrait of the author" width="200" height="200" class="portrait" >
<br>
<br>
<div class="bio">
I was born in the U.S. and grew up in Switzerland.
While living in Europe, I
developed a global outlook on life by being introduced and
immersed to a
variety of different cultures. This growing passion of
learning about the rest of the world, coupled with an innate
appreciation for visualizations of all kind
have progressively
led me to the fields of Geography, GIS, and data analysis/visualization. I have
a Bachelor's degree in Ecology and Evolutionary Biology
from the school of Science and Engineering from Tulane University, as well as a minor
in Public Health. My goal for the future is to continue to seek opportunities to do
meaningful data analysis/visualization
work.
</div>
<br>
<br>
<div class="bio">
<b>Programming languages:</b> Python, HTML, CSS, Javascript, and SQL.
<br><br>
<b>Softwares:</b> ArcGIS Suite, Microsoft Office Suite, QGIS, Tableau, Github/GIT.
<br><br>
<b>Databases:</b> PostgresSQL, Microsoft Access, PostGIS.
<br><br>
<b>Python libraries</b> : Pandas, Geopandas, Numpy, Matplotlib, and Seaborn.
<br><br>
<b>IDEs</b>: Visual Studio Code, Jupyter Notebook, and Pycharm.
<br><br>
<b>Languages:</b> Français, Español, and English.
</div>
<br>
<br>
<br>
<!--
<div class="bio">
Here is my <a id="resume" href="docs/Anwar_Resume_2021_pdf.pdf" > <b>Resume</b>. </a>
</div>
<br>
-->
</body>
</html>