-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (82 loc) · 2.89 KB
/
index.html
File metadata and controls
99 lines (82 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tarik C. 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>
<div class="Welcome">
Welcome to <b><u>T</u></b>arik <b><u>C</u></b>. <b><u>A</u></b>nwar's Website.
</div>
<br />
<div class="Click">
Please click on any of the tabs below to learn more about my work and
interests:
</div>
<br /><br />
<div class="container">
<div class="contents">
<div class="row border border-dark">
<div class="col-sm text-center">
<div class="tabs">
<a href="About.html">About</a>
</div>
</div>
<div class="col-sm text-center">
<div class="tabs">
<a href="GIS.html">GIS/Remote Sensing</a>
</div>
</div>
<div class="col-sm text-center">
<div class="tabs">
<a href="Data.html">Data/BI</a>
</div>
</div>
<div class="col-sm text-center">
<div class="tabs">
<a href="media.html">Media </a>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="links">
<a href="https://github.com/tcanwar" target="_blank" rel="noopener noreferrer">Github</a>
<br />
<a href="https://www.linkedin.com/in/tarik-anwar-963a14b1/" target="_blank" rel="noopener noreferrer">Linkedin</a>
<br />
<a href="https://public.tableau.com/app/profile/tarik8275/vizzes" target="_blank" rel="noopener noreferrer">Tableau
</a>
<br>
<br>
<a href="mailto: tcanwar14@gmail.com">Contact Me</a>
<br />
<!--<a href="https://www.fiverr.com/tcanwar/create-static-maps-webapps-dashboards-data-analysis">My Services on Fiverr</a>-->
</div>
<br><br><br><br>
<div class="webflex">
This website is maintained and was entirely coded by myself by primarily using the bootstrap framework.
</div>
</body>
</html>