-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.49 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trope Media</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<img src="./Trope_Media_Transparent.png" alt="Trope Media" class="logo">
<h1>TROPE MEDIA</h1>
<p>
This site is currently under construction.
</p>
<p> Have any questions? Reach out to us at
<a href="mailto:[email protected]" class="email-link">[email protected]</a>.
</p>
<div class="spacer"></div>
<a href="https://www.thetalentmanager.com/courses/270/introduction-to-ai-artwork-with-midjourney-crafting-captivating-visuals-for-tv-and-film-pitches">
<img src="./Introduction to AI Artwork with Midjourney Crafting Captivating Visuals for TV and Film Pitches.png" alt="Intro to Midjourney" class="news-image">
</a>
<div class="spacer"></div>
<h3>INTRODUCTION TO AI ARTWORK WITH MIDJOURNEY:<BR><I>Crafting Captivating Visuals for Film & TV Pitches</I></h3>
<p><a href="https://www.thetalentmanager.com/courses/270/introduction-to-ai-artwork-with-midjourney-crafting-captivating-visuals-for-tv-and-film-pitches" class="email-link">Learn more about our exciting new training course!</a></p>
<div class="spacer"></div>
<div class="disclaimer">© 2023 Trope Media Ltd.</div>
</div>
</body>
</html>