-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding.html
More file actions
103 lines (78 loc) · 3.03 KB
/
Copy pathcoding.html
File metadata and controls
103 lines (78 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/tab_icon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tarik C. Anwar</title>
<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" style="text-align: center;">|| TCA ||</a>
</a>
</div>
<br>
<p>
</p>
<div class="card-group">
<div class="card text-white bg-warning mb-3">
<p > <b>Relational Databases: </b> Access, PostgreSQL, PostGIS, MySQL, SQLite.
<br>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-success mb-3">
<p > <b>Cloud: </b> Azure
<br>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-danger mb-3">
<p ><b>Key Languages/Packages/Skills:</b> Python (pandas, geopandas,matplotlib, numpy, seaborn), HTML, APIs, CSS, Javascript
<br>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-info mb-3">
<p ><b>Key Software/Programs/Extensions/Packages:</b> Jupyterlab/Notebook, GIT, VS Code
<br>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/temp.png" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text"> A global vs. local temperature analysis that was done using the
<b>Matplotlib</b> and <b>Pandas</b> libraries.</p>
<a href="https://github.com/tcanwar/global_temp_project/blob/main/Workspace.ipynb" target="_blank" rel="noopener noreferrer" class="btn btn-primary">Click here to see the code for the project and more.
</a>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/movies.jpeg" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text"> An analysis of an IMDB dataset to determine metrics such as the most popular directors in cinema.
</p>
<a href="https://github.com/tcanwar/imdb_movies_project/blob/main/Project_2_submission_1.ipynb" target="_blank" rel="noopener noreferrer" class="btn btn-primary">Click here to see the code for the project and more.
</a>
</div>
</div>
</div>
<div class="card-group"></div>
<div class="card-body text-white ">
<div class="home">
<a href="index.html">|| TCA ||
</a> </div>
</body>
</html>