-
Notifications
You must be signed in to change notification settings - Fork 0
/
testamonial.html
100 lines (91 loc) · 4.93 KB
/
testamonial.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Joseph Kennemer</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/images/J!.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/navbar.css">
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<div class="clearfix">
<nav class="navbar navbar-dark">
<a class="navbar-brand" href="index.html">
<img src="assets/images/J! Logo.png" width="30" height="30" class="d-inline-black align-top" alt="">
Joseph Kennemer
</a>
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link active" href="projects.html"><i class="fas fa-film"></i> Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutme.html"><i class="fas fa-user-alt"></i> About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><i class="fas fa-comment"></i> Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="testamonial.html"><i class="fas fa-star"></i> Testimonials</a>
</li>
</ul>
<div class="burger">
<button class="hamburger"><i class="fas fa-bars"></i></button>
</div>
</nav>
</div>
<div class="mobilenav">
<ul class='drop'>
<li class='dropnav'>
<a href='projects.html'><i class="fas fa-film"></i> Projects</a>
</li>
<li class='dropnav'>
<a href='aboutme.html'><i class="fas fa-user-alt"></i> About Me</a>
</li>
<li class='dropnav'>
<a href='contact.html'><i class="fas fa-comment"></i> Contact</a>
</li>
<li class='dropnav'>
<a href='testamonial.html'><i class="fas fa-star"></i> Testimonials</a>
</li>
</ul>
</div>
<div class="content">
<div id="test">
<h1 id=proj>Testimonials<h1>
</div>
<div class="testamonials">
<p>“A lot of people see talent and friendliness as a choice to make, but working with Joseph is so easy. He immediately showed an understanding of both the story and emotion of my film and brought ideas to the table that demonstrated that exceedingly well. He takes notes incredibly well, in high spirits, and it felt more like working “with” someone than “at” someone. His enthusiasm for film and his work is infectious and makes you excited about even the tiniest nuances of sound and cinema. Joseph is an absolute pleasure to work with."
<br><br>-Jackson Lowen
</p>
</div>
<div class="testamonials">
<p>"Working with Joseph was a wonderful time. He always brought refreshing, yet fitting ideas into the room. I look forward to collaborating again!"
<br><br>-Nyles Washington
</p>
</div>
<div class="testamonials">
<p>“Joseph Kennemer is the most professional, creative sound designer I've worked with in Austin. He stretches what you think possible and only adds to the narrative. My experience with him has been nothing but delightful!”
<br><br>-Allison Webster
</p>
</div>
<a id="yessum" class="btn btn-outline-light" href="contact.html" role="button"><i class="far fa-comments"></i>  Contact Me</a>
</div>
<footer class="footer">
<p id="landingquote">“Sound has a life and a path of its own.
<br>-Skip Lievsay<br></p>
<p>PK Co. ©</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="nav.js"></script>
</body>
</html>