-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
41 lines (37 loc) · 1.88 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
<main style="background-color:rgb(53, 54, 56);">
<link rel="stylesheet" href="css/about.css">
<div class="about" style="border: 3px solid grey;">
<h1 style="color:rgb(136, 0, 0); font-size: large;">About Us</h1>
<p>We are a review site for rock, metal, prog, and everything in between. We'll be sure to
give
you reviews of the latest and greatest gear and albums, along with all the classics! We are dedicated to
helping you keep up with your music news and rock on!
</p>
</div>
<div class="row">
<img src="images/KevinPortrait_20190403_0105-v2.jpg" style="text-align: center; size:400px; height:500px">
<div class="container"
style="width: 100%; height: fit-content; border: 3px solid grey;">
<h2 style="color:rgb(136, 0, 0); font-size: large;">CEO</h2>
<p>Kevin Bruce</p>
<p>[email protected]</p>
<p>Hello! I'm Kevin Bruce. I'm a Computer Science Sophomore at WVU, and started
designing this website for my software engineering course. I have also long had a passion for music,
especially rock and metal. As a bassist,
keyboardist, guitarist, songwriter, and amateur audio engineer, I have taken an interest to not only the
music, but the gear and technology
that allow for its creation. I hope to bring great information for other hobbyists on this site.</p>
</div>
</div>
<div class="row">
<div class="column">
<img src="images/R4L-Kevin.jpg" style="size:500px; height:600px">
</div>
<div class="column">
<img src="images/wallOfGuitars.jpeg" style="height:300px">
</div>
<div class="column">
<img src="images/randomSoundboard.jpeg" style="height:300px">
</div>
</div>
</main>