-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaqs.html
More file actions
143 lines (124 loc) · 7.03 KB
/
faqs.html
File metadata and controls
143 lines (124 loc) · 7.03 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!doctype html>
<html>
<head>
<title>Eric Hubbard</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="https://code.jquery.com/jquery-1.12.2.js" integrity="sha256-VUCyr0ZXB5VhBibo2DkTVhdspjmxUgxDGaLQx7qb7xY=" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
<!-- GOOGLE ANALYTICS -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67887022-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">ABOUT ME</a></li>
<li><a href="work.html">MY WORK</a></li>
<li><img id="nav-logo" src="images/nameLogo.png"></li>
<li><a href="faqs.html">FAQS</a></li>
<li><a href="contact.html">CONTACT ME</a></li>
</ul>
</nav>
<div class="mobile-nav">
<div class="container-fluid">
<div class="row">
<div class="col-xs-6"><img src="images/nameLogo.png"></div>
<div class="col-xs-6" style="text-align: right;"><img class="hamburger" src="images/menu.png"></div>
</div>
</div>
<div id="mobile-nav-content">
<ul>
<li><a href="index.html">ABOUT ME</a></li>
<li><a href="work.html">MY WORK</a></li>
<li><a href="faqs.html">FAQS</a></li>
<li><a href="contact.html">CONTACT ME</a></li>
</ul>
</div>
</div>
<div class="main-container">
<br/>
<div class="faq-header">
<h2>Frequently Asked Questions</h2>
<img src="images/circle.png">
</div>
<div class="questions-container">
<div class="single-question">
<p>Where are you from?</p>
<div class="show-more">
<span>ANSWER</span><br/>
<div class="glyphicon glyphicon-chevron-down"></div>
</div>
<p class="answer" id="answer-1">I was born and raised in Alabaster, AL, a city about 20 miles south of Birmingham.</p>
</div>
<div class="single-question">
<p>Roll Tide, right? Since you graduated from The University of Alabama?</p>
<div class="show-more">
<span>ANSWER</span><br/>
<div class="glyphicon glyphicon-chevron-down"></div>
</div>
<p class="answer" id="answer-1">It's complicated. I grew up an Auburn fan and then made the wild decision to attend Alabama based on the school's exceptional telecommunications program. So, I'm a fan of both.</p>
</div>
<div class="single-question">
<p>What do you like about web development/coding?</p>
<div class="show-more">
<span>ANSWER</span><br/>
<div class="glyphicon glyphicon-chevron-down"></div>
</div>
<p class="answer" id="answer-1">I like web development/coding for many reasons. For one, it is challenging and always keeps you on your toes. It is also incredibly rewarding and I feel more valuable as an employee.</p>
</div>
<div class="single-question">
<p>What do you like to do in your spare time?</p>
<div class="show-more">
<span>ANSWER</span><br/>
<div class="glyphicon glyphicon-chevron-down"></div>
</div>
<p class="answer" id="answer-1">Whether it's playing them or watching them, I'm a huge sports fan. My particular favorites are soccer, basketball, football and hockey. Along with sports, I'm big into video games. I also love being outside and taking my dog with me to explore the beautiful world we live in. </p>
</div>
<div class="single-question">
<p>What's your favorite Will Ferrell movie?</p>
<div class="show-more">
<span>ANSWER</span><br/>
<div class="glyphicon glyphicon-chevron-down"></div>
</div>
<p class="answer" id="answer-1">Great question. While I love all Will Ferrell movies, my favorite would have to be a tie between <i>Anchorman</i>, <i>Step Brothers</i>, and <i>Semi-Pro</i>.</p>
</div>
<div class="single-question">
<p>What would you consider is your best quality?</p>
<div class="show-more">
<span>ANSWER</span><br/>
<div class="glyphicon glyphicon-chevron-down"></div>
</div>
<p class="answer" id="answer-1">I consider myself a very determined person. If I set my sights on something, I will not stop until that something is accomplished. I would have to say my relentless drive is my best quality.</p>
</div>
<div class="single-question">
<p>In your opinion, what's the best sitcom of all time?</p>
<div class="show-more">
<span>ANSWER</span><br/>
<div class="glyphicon glyphicon-chevron-down"></div>
</div>
<p class="answer" id="answer-1">That's a difficult question. If you consider <i>The Office</i> a true sitcom, it would definitely have to be that. However, some people do not consider <i>The Office</i> a true sitcom, and if that's the case I would have to say <i>Friends</i>.</p>
</div>
<br/><br/>
</div>
</div>
</body>
<footer>
<div class="container-fluid foot-container">
<div class="row">
<div class="col-xs-4"><a href="https://twitter.com/papahub" target="_blank" class="social"><img src="images/social_twitter.png" id="twitter"></a></div>
<div class="col-xs-4"><a href="https://www.linkedin.com/in/eric-hubbard-a8979183" target="_blank" class="social"><img src="images/social_linkedin.png" id="linkedin"></a></div>
<div class="col-xs-4"><a href="https://github.com/Rehubbard" target="_blank" class="social"><img src="images/social_git.png" id="github"></a></div>
</div>
</div>
<p>Eric Hubbard © 2016</p>
</footer>
</html>