-
Notifications
You must be signed in to change notification settings - Fork 4
/
about_us_box.php
40 lines (37 loc) · 1.71 KB
/
about_us_box.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
<div id="about_us_box">
<div style="background-color: #4C70A0; color: white;">About Thefacebook</div>
<h1 style="text-align: center;">[ About ]</h1>
<div id="the_project_box">
<div style="background-color: #4C70A0; color: white; margin-bottom: 10px;">The Project</div>
<p>
Thefacebook is an online directory that connects people through social networks at colleges and universities.
</p>
</div>
<div id="the_people_box">
<div style="background-color: #4C70A0; color: white; margin-bottom: 10px;">The People</div>
<table>
<?php $new_fb_site = 'http://www.facebook.com/' ?>
<tr>
<td id="fb_link"><a href="<?php echo $new_fb_site ?>zuck" style="color: #538ADC;">Mark Zuckerberg</a></td><td>Founder.</td>
</tr>
<td id="fb_link"><a href="<?php echo $new_fb_site ?>dustin.moskovitzz.5" style="color: #538ADC;">Dustin Moskovits</a></td>
<td>Destroyer.</td>
<tr>
<td id="fb_link"><a href="<?php echo $new_fb_site ?>saverin" style="color: #538ADC;">Eduardo Saverin</a></td>
<td>Brazilian.</td>
</tr>
<tr>
<td id="fb_link"><a href="<?php echo $new_fb_site ?>andrew.mccollum1" style="color: #538ADC;">Andrew McCollum</a></td>
<td>Lockbox.</td>
</tr>
<tr>
<td id="fb_link"><a href="<?php echo $new_fb_site ?>ChrisHughes" style="color: #538ADC;">Chris Hughes</a></td>
<td>Pressguy</td>
</tr>
<tr>
<td id="fb_link" style="height: 30px;"><a href="contact.php" style="color: #538ADC;">Contact us.</a></td>
</tr>
</table>
<div style="margin: -165px 5px 0 320px;"><img src="images/Mark-Zuckerberg's-card.png" alt="Mark-Zuckerberg's business card" /></div>
</div>
</div>