-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
45 lines (43 loc) · 2.8 KB
/
index.php
File metadata and controls
45 lines (43 loc) · 2.8 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
<?php $title = 'Josh Thomas'; include("header.php");?>
<main role="main">
<div id="pleaseLikeMeContainer" class="row">
<div class="center-block">
<!-- Image found at: http://renewcanceltv.com/please-like-renewed-season-4-pivot/ -->
<div id="pleaseLikeMe-img-wrapper"><img id="pleaseLikeMeImg" src="images/pleaselikeme.jpg" alt="Josh Thomas, Please Like Me"/></div>
<div id="pleaseLikeMe-text-wrapper"><h1>Seasons 1-3</h1><p>Visit <a href="shop.php">Shop</a> to purchase</p><h1>Season 4</h1><p>Screening on the ABC later this year!</p></div>
</div>
</div>
<div id="aboutContainer" class="row">
<div class="center-block">
<div class="center-text-wrapper">
<h1>About</h1>
<br>
<p>
<!-- Source: http://token.com.au/joshthomas -->
After making his mark as an award-winning and hugely-successful stand-up comedian and television panellist, Josh Thomas turned his hand to writing, acting and co-executive producing his own television show for ABC TV, inspired by his life and his comedy, called Please Like Me.<br><br>When Participant Media in the US chose to launch its brand new Pivot television network with Please Like Me and to co-commission a second season with ABC TV, Josh was on his way to being an international success story.<br><br>He has been awarded by the Australian Academy (AACTA) and the Australian Writers Guild for his writing for Please Like Me, and has been nominated for AACTA and Logie Awards for his performances in the show. In addition, the show itself has won Best Comedy at the AACTA Awards and been nominated as Best Comedy at the International Emmy Awards, Rose d’Or Awards, GLAAD Media Awards and Logie Awards. The show has gained critical acclaim across the globe, and has been named as one of the best TV shows of year by Entertainment Weekly, The New Yorker, Time, The A.V. Club and the Los Angeles Times.<br><br>Following on from the show’s success in both Australia and the US, Please Like Me has also been licensed to air in Germany, France, Sweden, Canada, Finland and Israel.
</p>
</div>
</div>
</div>
<div id="signupContainer" class="row">
<div class="center-block">
<div class="center-text-wrapper"><h3>Sign up to Josh's mailing list:</h3></div>
<form action="http://joshthomas.us6.list-manage2.com/subscribe/post?u=80a5075c83&id=f98d3181bc" method="post" target="_blank">
<div class="form-inputs-container">
<div class="form-input-wrapper">
<label for="mce-EMAIL">Email: </label>
<input type="email" value="" name="EMAIL" required>
</div>
<div class="form-input-wrapper">
<label for="mce-MMERGE11">State: </label>
<input type="text" value="" name="MMERGE11">
</div>
</div>
<div class="form-submit-wrapper center">
<input type="submit" value="Sign Up!" name="subscribe">
</div>
</form>
</div>
</div>
</main>
<?php include("footer.php");?>