-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogpost.html
More file actions
117 lines (93 loc) · 5.17 KB
/
blogpost.html
File metadata and controls
117 lines (93 loc) · 5.17 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
<HTML>
<HEAD>
<TITLE>
Blog of places
</TITLE>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style>
body{
background:#333 url(images/bg2.jpg) repeat top left;
font-family:Arial;
}
#nav {
position: absolute;
left: 110px;
top: -100px;
width: 737px;
height: 35px;
z-index: 5;
font-family: "Courier New", Courier, monospace;
font-size: 18px;
font-style: oblique;
color: #FFF;
text-align: center;
border-radius: 0px 20px 0px 20px;
background-color: rgba(60,81,43,0.50);
float: none;
padding-left: 11px;
padding-right: 10px;
}
.content {
position: absolute;
left: 125px;
top: 400px;
width: 890px;
height: 643px;
z-index: 1;
font-style: italic;
text-align: center;
font-size: 24px;
color: #FFF;
border-radius: 30px 0px 30px 0px;
font-family: Verdana, Geneva, sans-serif;
padding: 5px;
}
</style>
</HEAD>
<BODY class="content">
<h1>My favorite place </h1>
<hr>
<h2> The millenium Gate </h2>
<p> The Millennium Gate Museum (also known as The Gate) is a triumphal arch and Georgia history museum located in Atlanta, on 17th Street in the Atlantic Station district of Midtown. Based on the Arch of Titus, the monument celebrates peaceful accomplishment, with special attention paid to Georgia's history and people. As of 2011, it is the largest classical monument to have been dedicated since completion of the Jefferson Memorial in Washington, D.C. The arch inscription reads, in Latin: “This American monument was built to commemorate all peaceful accomplishment since the birth of Jesus Christ in the year of our Lord, MM. </p>
<img src= "http://www.businesstraveller.asia/files/Archive-images/September-2013/Millenium-Gate.gif " width= "725" height="600" >
<hr>
<h1>My favorite place </h1>
<hr>
<h2> Chicago Millenium Park </h2>
<p> Millennium Park is a public park located in the Loop community area of Chicago in Illinois, US, and originally intended to celebrate the second millennium. It is a prominent civic center near the city's Lake Michigan shoreline </p>
<img src= "http://d1vmp8zzttzftq.cloudfront.net/wp-content/uploads/2012/06/the-millennium-park-in-downtown-chicago-Illinois-United-States-1600x1086.jpg " width= "725" height="600" >
<hr>
<h1>My favorite place </h1>
<hr>
<h2> Panther Creek </h2>
<p> The popular Panther Creek Trail spans 5.8 miles along a series of beautiful waterfalls on North Georgia’s Panther Creek. This hike on the trail’s western half treks to Panther Creek Falls, a series of wide, multi-tiered waterfalls that spill into a serene, deep blue pool of water below. The level, sandy flat surrounding Panther Creek Falls is perfect for camping, offering dreams under the stars with a soundtrack of rushing water. And the Panther Creek Trail is studded with campsites along its journey to the falls, making the hike a popular Georgia backpacking destination. </p>
<img src= "http://hmumc.org/wp-content/uploads/2013/08/Panther_Creek_Falls_Trail_7.jpg " width= "725" height="600" >
<hr>
<h1>My favorite place </h1>
<hr>
<h2> Savannah </h2>
<p> Savannah, a coastal Georgia city, is separated from South Carolina by the Savannah River. It’s known for its manicured parks, horse-drawn carriages and ornate antebellum architecture. Its cobblestoned historic district is filled with squares and parks like Forsyth Park, shaded by magnolia blossoms and oak trees covered with Spanish moss. The historic district’s architectural landmarks include the Gothic-Revival Cathedral of Saint John the Baptist. </p>
<img src= "http://media-cdn.tripadvisor.com/media/photo-s/03/9b/30/25/savannah.jpg " width= "725" height="600" >
<hr>
<h1>My favorite place </h1>
<hr>
<h2> Saiho Ji Gargen </h2>
<p> The famous moss garden of Saihō-ji is situated in the eastern temple grounds. Located in a grove, the garden is arranged as a circular promenade centered on Golden Pond (黄金池 ōgonchi?). The pond is shaped like the Chinese character for "heart" or "mind" (心 kokoro?) and contains three small islands: Asahi Island (朝日島?), Yūhi Island (夕日島?), and Kiri Island (霧島?). The area around the pond is said to be covered with more than 120 varieties of moss, believed to have started growing after the flooding of the temple grounds in the Edo Period. The garden itself contains three tea houses: Shōnan-tei (湘南亭?), Shōan-dō (少庵堂?), and Tanhoku-tei (潭北亭?). </p>
<img src= "http://www.thecoolhunter.net/images/The+garden+of+Saiho+Ji+in+Kyoto,+Japan_(1).jpg " width= "725" height="600" >
<hr>
<div id="nav">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">Home</a> </li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blogpost.html">Blog</a></li>
</ul>
</div>
<div id="apDiv1"></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</BODY>
</HTML>