-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (120 loc) · 6 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="assets/fonts/all.min.css" />
<link rel="icon" href="./assets/images/favicon.ico" type="image" />
<script src="assets/js/lib/require.js" defer></script>
<script src="assets/js/main.js" defer></script>
<title title="perspectivemedia.com">Home - Perspective Media</title>
</head>
<body id="body-container">
<div id="container">
<!-- start of header section -->
<header class="header site-header">
<a class="main-icon" href="index.html"><img
src="./assets/images/logo.png" id="main-icon" class="nav logo"
alt="perspective media logo" /></a>
<nav class="nav top-nav">
</nav>
</header>
<!-- end of header section -->
<!-- start of main section -->
<main class="main-section">
<!-- start of hero section -->
<div class="hero hero-section">
<div class="overlay-text">
<p class="hero-text">
Its how you see it.
</p>
<button type="button" id="open-contact-modal-btn"
class="contact">Contact</button>
</div>
<img src="./assets/images/perspective.jpg" alt="group of people"
class="hero hero-img">
</div>
<!-- end of hero section -->
<!-- start of content section -->
<div class="content intro">
<article class="content home-article-content">
<p class="content intro-content">
Welcome to Perspective Media!<br>
Here at Perspective Media we speacialize in listening to
you and delivering
your social message to the market.
</p>
<!-- start of gallery section -->
<div class="show-time-items">
<div class="gallery-item gallery-1">
<h3 class="show-time-header">magazine cover</h3>
<img src="./assets/images/kobe.png"
class="show-time-img" alt="magazine cover">
<p class="show-time-desc">This cover was
inspired by the Laker Great: Kobe Bryant
</p>
</div>
<div class="gallery-item gallery-3">
<h3 class="show-time-header">Tv</h3>
<img src="./assets/images/tv.png"
class="show-time-img" alt="magazine cover">
<p class="show-time-desc">This tv illustration is a
part of the Digital Design Adobe
Illustrator
cirriculum. A fun way to get familiar with
Illustrator tools.
</p>
</div>
<div class="gallery-item gallery-2">
<h3 class="show-time-header">Travel Ad</h3>
<img src="./assets/images/travelad.png"
class="show-time-img" alt="magazine cover">
<p class="show-time-desc">This travel ad is a part
of the Digital Design
Adobe Illustrator
cirriculum.
</p>
</div>
<div class="gallery-item gallery-4">
<h3 class="show-time-header">Watch Assignment</h3>
<img src="./assets/images/watch.png"
class="show-time-img" alt="magazine cover">
<p class="show-time-desc">This Watch assignment is a
part of the Digital Design Adobe
Illustrator
cirriculum.
</p>
</div>
<div class="gallery-item gallery-5">
<h3 class="show-time-header">Jazz Poster</h3>
<img src="./assets/images/jazzflyer.png"
class="show-time-img" alt="magazine cover">
<p class="show-time-desc">This Jazz poster is a part
of the Digital Design Adobe Illustrator
cirriculum. Each lesson provided engaging
content.
</p>
</div>
<div class="gallery-item gallery-6">
<h3 class="show-time-header">Business Cards</h3>
<img src="./assets/images/business_card.png"
class="show-time-img" alt="magazine cover">
<p class="show-time-desc">Business cards are apart
of the collateral we offer in our
<i>Branding</i> or <i>Rebranding</i> package.
</p>
</div>
</div>
<!-- end of gallery section -->
</article>
</div>
</main>
<!-- end of main section -->
<!-- Start of Footer Injection Point -->
<div id="site-footer" class="footer-items">
</div>
<!-- End of Footer Injection Point -->
</div>
</body>
</html>