-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutme.html
81 lines (80 loc) · 4.39 KB
/
Aboutme.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>About Us</title>
<link href="bootstrap-3.3.7-dist/css/bootstrap.css" type="text/css" rel="stylesheet" >
<link href="bootstrap-website/new-css/styles.css" type="text/css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="http://code.jquery.com/jquery-3.4.1.min.js" type="text/javascript"></script>
<script src="new-js/bootstrap.js" type="text/javascript"></script>
<link rel="icon" href="https://media.petsathome.com/content/images/redesign/pp-rabbit-policy-hero.png">
</head>
<body>
<div id="about">
<div id="buzz" class="text-center">
<div id="container">
<h2><small>The Dream Team</small><br/>Meet the Website Developers</h2><br><span><center><img src="bootstrap-website/cfglogo.png" height="150" width="150"></center><br></span>
<div class="row">
<div class="col-sm-6">
<!--<img src="girl1.png" class="img-circle" width="200" height="200">-->
<blockquote>
<p>Hey I'm Katie! A 4th year Business & Spanish student who wants to escape writing a thesis by developing a website </p>
</blockquote>
<h5>Contact me through:</h5>
<div id="social-buttons">
<a id="social-buttons" target="_blank" href=""><button class="btn-lg btn btn-twitter">LinkedIn</button></a>
<a id="social-buttons" target="_blank" href=""><button class="btn-lg btn btn-facebook">Facebook</button></a>
<a id="social-buttons" target="_blank" href="mailto:"><button class="btn-lg btn btn-pinterest">Email</button></a>
</div>
</div>
<div class="col-sm-6">
<!--<img src="girl2.jpg" class="img-circle" width="200" height="200">-->
<blockquote>
<p>Hi, I'm Grace :) I'm a fourth year European Studies student and the next Mark Zuckerburg. Pls hire me xx </p>
</blockquote>
<h5>Contact me through:</h5>
<div id="social-buttons">
<a id="social-buttons" target="_blank" href="https://www.linkedin.com/in/grace-baldauf/"><button class="btn-lg btn btn-twitter">LinkedIn</button></a>
<a id="social-buttons" target="_blank" href="https://www.facebook.com/grace.baldauf"><button class="btn-lg btn btn-facebook">Facebook</button></a>
<a id="social-buttons" target="_blank" href="mailto:"><button class="btn-lg btn btn-pinterest">Email</button></a>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-sm-6">
<!-- <img src="girl4.png" class="img-circle" width="200" height="200"> -->
<blockquote>
<p>Hey there! I'm Stacey Torres, a First Year General Engineering student in TCD who loves Web developing.
I play the guitar and I love sports! Do I prefer Table tennis or Volleyball? Er, I'm not so sure. </p>
</blockquote>
<h5>Contact me through:</h5>
<div id="social-buttons">
<a id="social-buttons" target="_blank" href="https://www.linkedin.com/in/stacey-fiona-torres-333a31194/"><button class="btn-lg btn btn-twitter">LinkedIn</button></a>
<a id="social-buttons" target="_blank" href="https://www.facebook.com/staceyfiona.torres"><button class="btn-lg btn btn-facebook">Facebook</button></a>
<a id="social-buttons" target="_blank" href="mailto:[email protected]"><button class="btn-lg btn btn-pinterest">Email</button></a>
</div>
</div>
<div class="col-sm-6">
<!--<img src="girl3.png" class="img-circle" width="200" height="200">-->
<blockquote>
<p>Hiya! I'm Sarah Saggiante, a product designer who loves dogs. If I could I would adopt them all sadly, I can't. Help us out!(:</p>
</blockquote>
<h5>Contact me through:</h5>
<div id="social-buttons">
<a id="social-buttons" target="_blank" href=""><button class="btn-lg btn btn-twitter">LinkedIn</button></a>
<a id="social-buttons" target="_blank" href=""><button class="btn-lg btn btn-facebook">Facebook</button></a>
<a id="social-buttons" target="_blank" href="mailto:"><button class="btn-lg btn btn-pinterest">Email</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div>
<center><button class="back"><a class="backk" href="index.html">Back to Main Page</a></button></center>
</div>
</body>