-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.html
More file actions
74 lines (68 loc) · 2.72 KB
/
Copy pathmedia.html
File metadata and controls
74 lines (68 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
<!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>
<br>
<div class='photography'>
Photography is a big hobby of mine. I have mainly worked with DSLRs,
but would like to branch out to doing more film photography in the future.
</div>
<br>
<div class="card-group">
<div class="card ">
<img class="card-img-top" src="images/stars.jpeg" alt="Card image cap">
</div>
<div class="card">
<img class="card-img-top" src="images/max_patch.jpg" alt="Card image cap">
</div>
<div class="card">
<img class="card-img-top" src="images/poi.jpeg" alt="Card image cap">
</div>
</div>
<div class="card-group">
<div class="card">
<img class="card-img-top" src="images/river.jpg" alt="Card image cap">
</div>
<div class="card">
<img class="card-img-top" src="images/glacier.jpeg" alt="Card image cap">
</div>
<div class="card">
<img class="card-img-top" src="images/nc.jpg" alt="Card image cap">
</div>
</div>
<br>
<!--
div class="card-group">
<div class="card text-white bg-dark">
<p> I also run a <a href="https://www.youtube.com/channel/UCuZwPp1sU9t7GZF8-j2JrMw">Youtube</a> channel as a hobby that is primarily
for documenting some of my travels, but
I will also produce other content depending on what inspires me at the time. Here is a video from the channel: </p>
<iframe class="card-img-top" width="100" height="400" src="https://www.youtube.com/embed/RSISdiY49Uo" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</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>