-
Notifications
You must be signed in to change notification settings - Fork 22
/
press.html
58 lines (55 loc) · 3.2 KB
/
press.html
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
<html>
<head>
<title>Press For Traffic Cam Photobooth</title> <!-- ˜60 chars -->
<!-- HTML Meta Tags -->
<meta name="description" content="About the Traffic Cam Photobooth Website.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://trafficcamphotobooth.com/press">
<meta property="og:type" content="website">
<meta property="og:title" content="Press for Traffic Cam Photobooth">
<meta property="og:description" content="Press for the Traffic Cam Photobooth Website.">
<meta property="og:image" content="https://trafficcamphotobooth.com/linkPreview.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="trafficcamphotobooth.com/press.html">
<meta property="twitter:url" content="https://trafficcamphotobooth.com/press.html">
<meta name="twitter:title" content="Press for Traffic Cam Photobooth">
<meta name="twitter:image" content="https://trafficcamphotobooth.com/linkPreview.png">
<link rel="stylesheet" href="styles.css"></style>
<style>
html, body {
/* height: 100%; */
/* margin: 0; */
/* padding: 0; */
/* width: 100%; */
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-family: 'Courier New', Courier, monospace;
}
.about {
padding: 10%;
}
.main {
max-width: 100%;
}
</style>
</head>
<body>
<div class="main">
<h1>Press</h1>
<a target=”_blank” href="https://www.nbcnews.com/now/video/new-york-artist-creates-website-to-capture-selfies-using-traffic-cameras-217354821851/">NBC</a><br/>
<a target=”_blank” href="https://ny1.com/nyc/all-boroughs/mornings-on-1/2024/08/13/brooklyn-artist-uses-traffic-cameras-for-unique-selfies-across-nyc">New York 1</a><br/>
<a target=”_blank” href="https://abc7ny.com/videoClip/fire-commissioner-fdny-robert-tucker-nyc/15178890/">ABC</a><br/>
<a target=”_blank” href="https://www.fox5ny.com/news/nyc-traffic-cam-photobooth-selfie">Fox 5 NY</a><br/>
<a target=”_blank” href="https://www.youtube.com/watch?v=-mUpocDoQZ8">PIX 11</a><br/>
<a target=”_blank” href="https://www.nbcnewyork.com/news/local/how-to-take-selfies-with-new-york-citys-traffic-cameras/5698806/">NBC NY</a><br/>
<a target=”_blank” href="https://nypost.com/2024/08/11/us-news/new-web-site-lets-nyers-use-traffic-cams-to-turn-streets-into-instant-photo-booths/">NY Post</a><br/>
<a target=”_blank” href="https://omny.fm/shows/winsam-on-demand/brooklyn-man-launches-traffic-cam-selfie-website">1010 WINS</a><br/>
<a target=”_blank” href="https://petapixel.com/2024/08/12/website-turns-traffic-cameras-into-photobooths-on-the-street/">Petapixel</a><br/>
<a target=”_blank” href="https://jalopnik.com/art-project-turns-new-yorks-dystopian-traffic-surveilla-1851619333">Jalopnik</a><br/><br/>
<p>For inquiries, please contact me via the email on my <a href="https://wttdotm.com">website</a>.<br/></p>
</div>
</body>
</html>