-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.html
101 lines (101 loc) · 5 KB
/
aboutUs.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
101
<!DOCTYPE html>
<head>
<!-- Site Metadata -->
<meta charset="UTF-8">
<meta name="author" content="Eric Diehl">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Browser/Tab Title -->
<title>Living Langan - About Us</title>
<!-- Imports -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/countdown.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<!-- Menu -->
<div id="menu"><!-- Dynamic --></div>
<!-- Page Content -->
<div class="w3-row-padding">
<!-- Header -->
<div class="w3-center w3-padding-64">
<span class="w3-xlarge w3-bottombar w3-border-dark-grey
w3-padding-16">About Us</span>
</div>
<!-- David -->
<div class="w3-third w3-margin-bottom">
<div class="w3-card-4">
<img src="images/site/David.jpg" alt="David" width="100%" />
<div class="w3-container">
<h3>David Langan</h3>
<p class="w3-opacity">Groom</p>
<p class="david" style="margin-bottom: 15%">Say hi to the groom. A devilishly handsome man from Maryland, born
and raised. Playing soccer was my hobby through college and while on
the field I caught the eye of my beautiful bride to be. The rest is
history. But for real now. I am the middle child of three boys born
to my wonderful parents, Mr. and Mrs. Tom and Wendy Langan. I
enjoyed growing up in the quite suburbs of Baltimore. As a child
I explored the woods every chance I had to be outside. Now that I
work in a lab, I am worried I am not getting enough vitamin D...
corny nerd humor. Today I enjoy relaxing with our wonderful cat,
Lucello Lumiere Malcolm Lanister Langan and Natalie whenever I get
a break from reading my scientific journals. I hope that in a couple
years I'll be a doctor and paying her back for helping me through
my studies.</p>
</div>
</div>
</div>
<!-- Luciello -->
<div class="w3-third w3-margin-bottom">
<div class="w3-card-4">
<img src="images/site/Luciello.jpg" alt="Luciello" width="100%" />
<div class="w3-container">
<h3>Luciello</h3>
<p class="w3-opacity">Cat</p>
<p>This fierce feline was born on August, 16th 2015 in the jungles of
Annapolis. He is a young boy who looks good for his age. He has
learned the ease of having people wait on him day and night. We
became his owners after his previous family could not provide for
him. He relaxed at the Arundel Humane society for a short while
before joining our family last year. He now roams our apartment
chasing flies and enjoying the occasional piece of food we drop.
At night he prowls the rooms and roars at the doors to keep away
unwanted guests. While we are away for work he is probably being
mischievous and climbing on things he should not. With years comes
wisdom and he knows many tricks. He continues to add new tricks to
his repertoire and soon we’ll have him doing spins. His bushy tail
may make you feel that he is unhappy, but he loves to be picked up
and cuddled so don’t be shy when saying hello to Cello aka "Lucello
Lumiere Malcom Lanister Langan".</p>
</div>
</div>
</div>
<!-- Natalie -->
<div class="w3-third w3-margin-bottom">
<div class="w3-card-4">
<img src="images/site/Natalie.jpg" alt="Natalie" width="100%" />
<div class="w3-container">
<h3>Natalie Hernandez</h3>
<p class="w3-opacity">Bride</p>
<p style="margin-bottom: 24.5%">Let me formally introduce myself. I am the bride to be, 24 year
old Maryland native, Natalie J Hernandez. I come from a fierce
family with a vivacious Latino heritage. Maybe you'll meet a lot of
them at the wedding <i class="fa fa-smile-o" aria-hidden="true"></i>.
When I was young I spent my time reading, painting, and playing every
sport. Which lead me to meet David on the field... well I wasn't
playing, but I was a keen spectator. Today I enjoy activities like
hiking and receiving engagement rings at the top of mountains. When
I am not outside with David I like exploring art galleries, watching
foreign movies (Especially dramas), trying food I have never had,
and playing with my adorable feline friend, Cello. Read more about
him after us!</p>
</div>
</div>
</div>
</div>
<!-- Countdown -->
<div id="countdown"><!-- Dynamic --></div>
</body>
</html>