forked from TravelAmore/TravelAmore.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
139 lines (103 loc) · 4.08 KB
/
aboutus.html
File metadata and controls
139 lines (103 loc) · 4.08 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
<!DOCTYPE html>
<html>
<head>
<!--
Filename: index.html
Author: Cheryl Crawford
Date: 3/20/2018
-->
<meta charset="utf-8" />
<title>Travel Amore</title>
<meta name="description" content="School project">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="Sherrie Teague">
<link href="travelamore.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica|Satisfy|Slabo+27px" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<header>
<h1 id="title">Wander Explore Dream Italy</h1>
<a id="logo" href="https://TravelAmore.github.io/index.html#"><img src="images/BestLogoCream.png" />
</a>
<!--<i class="material-icons" id="menu">menu</i>
<i class="material-icons" id="list">list</i>-->
</header>
<div id="center">
<nav id="left">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="map.html">upcoming tour</a></li>
<li><a href="honeymoon.html">honeymoon</a></li>
<li><a href="testimonials.html">testimonials</a></li>
<li><a href="aboutus.html">about us</a></li>
<li><a href="contactus.html">contact us</a></li>
</ul>
</nav>
<main>
<article id="aboutus">
<div class="article_h1">
<h1>About Us</h1>
</div>
<img src="images/about-us.svg" alt="about us" />
<p>Travel Amore is an imaginary company. The Travel Amore website was created by Sherrie Teague in partial completion of the requirements of online class titled Intro to Web Page Design - CISM 2123 at <a href="http://www.nwacc.edu">Northwest Arkansas Community College</a>.</p>
</article>
</main>
</div>
<footer>
<div id="legal">
<nav>
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
<a href="disclaimer.html">Disclaimer</a>
</nav>
<p id="copyright">
© 2018 Travel Amore
</p>
</div>
<div id="school">
<a href="http://www.nwacc.edu"><img src="images/nwacc_logo.png" alt="Northwest Arkansas Community College"></a>
</div>
<div id="license">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt=Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Travel Amore</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Cheryl Crawford</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</div>
<div id="webmaster">
<a href="https://github.com/CherylCrawford"><img src="images/GitHub-Mark-32px.png" alt="Webmaster Sherrie Teague"></a>
</div>
<div id="tech" <a href="http://www.w3.org/html/logo/">
<img src="https://www.w3.org/html/logo/badge/html5-badge-h-css3-graphics-semantics.png" width="197" height="64" alt="HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Semantics" title="HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Semantics">
</a>
</div>
</footer>
</body>
<!-- </head>
<body>
<header>
<h1><a href="#"><img src="BestLogo.png" alt="logo"></a></h1>
<h1>experience the marvel of Italy</h1>
</header>
<main>
<article>
<nav>
<ul>
<li><a href="#">home</a></li>
<li><a href="#">let's plan</a></li> <!--custom travel-->
<!-- <li><a href="#">our tours</a></li>
<li><a href="#">honeymoon</a></li>
<li><a href="#">about us?</a></li> <!-- why us? -->
<!--<li><a href="#">testimonials</a></li>
<li><a href="#">contact</a></li>
<li><a href="#">travel blog</a></li>
</ul>
</nav>
</article>-->
<!-- /*<aside id="right">
</aside>*/
</main>
<footer>
<div id="school"/>
<a href="#"><img src="nwacc_logo.png" alt="school logo"></a>
</div>
</footer>
</body>
-->