-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
156 lines (152 loc) · 7.91 KB
/
index.php
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<?php
# Film eCommerce v.3 - Homepage
# Created on October 17, 2019.
# Created by Elias Gutierrez.
require($_SERVER['DOCUMENT_ROOT'].'/FilmIndustry/eCommerce/includes/config.inc.php');
$page_title = 'Film eCommerce';
include($_SERVER['DOCUMENT_ROOT'].'/FilmIndustry/eCommerce/includes/header.html');
?>
<section class="homepage-section">
<div class="website-intro-card">
<div class="unit-wrapper dark-bg">
<div class="unit-headline-wrapper">
<h2 class="headline">Film eCommerce</h2>
<h3 class="subhead">Professional Artists. The Best Studios. The Hottest Deals.</h3>
<p class="info">A website dedicated to the people whom have revolutionized entire cultures in the land that never sleeps.</p>
<div class="homepage-links">
<div class="page-links">
<a href="/FilmIndustry/eCommerce/index.php#artistsStudios">Learn more about Artists</a>
</div>
<div class="page-links">
<a href="/FilmIndustry/eCommerce/index.php#filmsTelevision">Explore Products</a>
</div>
<div class="page-links">
<?php
if (isset($_SESSION['id'])) {
echo '<a href="/FilmIndustry/eCommerce/account/profile.php">You\'re signed in, ' . $_SESSION['first_name'] . '. View profile</a>';
} else {
echo '<a href="/FilmIndustry/eCommerce/register_page1.php">Create Account or Login</a>';
}
?>
</div>
</div>
</div>
<div class="unit-image-wrapper">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/d-b-weiss_Cover.png">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/breaking-bad-split.png">
<?php
if (isset($_SESSION['id'])) {
echo '<i class="unit-image fas fa-check"></i>';
} else {
echo '<i class="unit-image fas fa-sign-in-alt"></i>';
}
?>
</div>
</div>
</div>
<div class="films-television-card" id="filmsTelevision">
<div class="unit-wrapper">
<div class="unit-headline-wrapper">
<h2 class="headline">Films | Television</h2>
<h3 class="subhead">Buy the best stories in the best formats at the best price.</h3>
<div class="homepage-links">
<div class="page-links">
<a href="/FilmIndustry/eCommerce/films/index.php">Explore Films</a>
</div>
<div class="page-links">
<a href="/FilmIndustry/eCommerce/tv/index.php">Explore Television</a>
</div>
</div>
</div>
<div class="unit-image-wrapper">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/john-wick-3.jpg">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/mission-impossible-4.jpg">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/the-dark-knight.jpg">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/sherlock.jpg">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/harry-potter-3.jpg">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/game-of-thrones-s5.jpg">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/castle-rock.png">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/westworld-s2.jpg">
</div>
</div>
</div>
</section>
<section class="homepage-section" id="artistsStudios">
<div class="actor-director-card">
<div class="unit-wrapper">
<div class="unit-headline-wrapper">
<h4 class="headline">Actors | Directors</h4>
<h5 class="subhead">The legendary performers. The visionary geniuses.</h5>
<div class="homepage-links">
<div class="page-links">
<a href="/FilmIndustry/eCommerce/directors/index.php">View Directors</a>
</div>
<div class="page-links">
<a href="/FilmIndustry/eCommerce/actors/index.php">View Actors</a>
</div>
</div>
</div>
<div class="unit-image-wrapper">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/christopher-nolan_Cover.png">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/emilia-clarke_Cover.png">
</div>
</div>
</div>
<div class="writer-cinematographer-card">
<div class="unit-wrapper dark-bg">
<div class="unit-headline-wrapper">
<h4 class="headline">Writers | Cinematographers</h4>
<h5 class="subhead">Creating stories from pen to lens.</h5>
<div class="homepage-links">
<div class="page-links">
<a href="/FilmIndustry/eCommerce/dp/index.php">View Cinematographers</a>
</div>
<div class="page-links">
<a href="/FilmIndustry/eCommerce/writers/index.php">View Writers</a>
</div>
</div>
</div>
<div class="unit-image-wrapper">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/stephen-king_Cover.jpg">
</div>
</div>
</div>
<div class="producer-studio-card">
<div class="unit-wrapper yellow-bg">
<div class="unit-headline-wrapper">
<h4 class="headline">Producers | Studios</h4>
<h5 class="subhead">The ambitious ones. The game changers.</h5>
<div class="homepage-links">
<div class="page-links">
<a href="/FilmIndustry/eCommerce/studios/index.php">View Studios</a>
</div>
<div class="page-links">
<a href="/FilmIndustry/eCommerce/producers/index.php">View Producers</a>
</div>
</div>
</div>
<div class="unit-image-wrapper">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/stan-lee_Cover.jpg">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/marvel-studios_Cover.png">
<img class="unit-image" src="/FilmIndustry/eCommerce/img/homepage/ryan-reynolds-large.png">
</div>
</div>
</div>
<div class="login-info-card">
<div class="unit-wrapper">
<div class="unit-headline-wrapper">
<h4 class="headline"><?php if (isset($_SESSION['id'])) { echo 'Explore'; } else { echo 'Join'; } ?></h4>
<h5 class="subhead">Enjoy your favorite products, exclusives, and rarities.</h5>
<div class="homepage-links">
<div class="page-links">
<a href="<?php if (isset($_SESSION['id'])) { echo '/FilmIndustry/eCommerce/cart/cart.php'; } else { echo '/FilmIndustry/eCommerce/register_page1.php'; } ?>">Own your experience</a>
</div>
</div>
</div>
<div class="unit-image-wrapper">
<?php if (isset($_SESSION['id'])) { echo '<i class="fas fa-shopping-cart"></i>'; } else { echo '<i class="fas fa-file-signature"></i>'; } ?>
</div>
</div>
</div>
</section>
<?php include($_SERVER['DOCUMENT_ROOT'].'/FilmIndustry/eCommerce/includes/footer.html'); ?>