-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndia.html
181 lines (102 loc) · 4.23 KB
/
India.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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!-----------------
Main Profile Page
------------------>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Front End Web Development</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href = "css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
<link rel = "stylesheet" href = "css/main.css">
<!-- <link rel = "stylesheet" href = "css/styles.css"> -->
</head>
<body>
<header class = "main-header">
<div id = "main-header">
<!-- <h3 class = "name"><a>Country</a></h3> -->
</div>
<!-- <nav>
<ul class = "main-nav">
<li><a href = "#main-header"> Home</a></li>
<li><a href = "#portfolio">Portfolio</a></li>
<li><a href = "#contact">Contact</a></li>
</ul>
</nav> -->
</header>
<!-- <div class = "profile">
<img class = "profile-photo" src = "images/responsive-layout-profile.png" alt = "profile image">
<p class = "introduction">Hello! My name is Felix Andrew and I'm a Front End Web Developer. I am currently a student at Treehouse learning and improving my Web design skills. I love learning new and better ways to create seamless user experiences with clean, effecient, and scalable code. I consider an ongoing education, and I'm always looking for opportunities to work
with those who are willing to share their knowledge as much as I want to learn. My primary goal is to create something beautiful with people
that bring out the best in me. </p>
</div> -->
<!--Added clearfix -->
<div class = "clearfix">
<div id = "portfolio">
<div class = 'portfolio'>
<h3 class = "portfolio-title">INDIA</h3>
<ul class = "projects">
<li>
<img src = "images/AmerINDIA.jpg" alt = "" >
<h2>Amer Fort - Amer, Rajasthan</h2>
<p>
Nearly 7 miles away from Jaipur (capital of Rajasthan) on a hill
is the region's top tourist attraction. Amer Fort is a palace that
contains four levels (accompanied with a courtyard on each level)
and was built with marble and red sandstone.
</p>
</li>
<li>
<img src = "images/AmritsarINDIA.jpg" alt = "Marketing Page" >
<h2>Sri Harmandir Sahib - Amritsar</h2>
<p>
This marvelous golden temple was constructed in the 1500s and
completed in 1577 by Guru Ram Das. It was rebuilt several times
due to damage from Muslim armies (Afghanistan and Mughal Empire).
</p>
</li>
<li>
<img src = "images/AgraINDIA.jpg" alt = "Search Page" >
<h2>Taj Mahal - Agra, Utter Pradesh</h2>
<p>
The Taj Mahal is a famous attraction in the city of Agra and
was designed as an ivory-white marble tomb (originally built to
contain the tomb of Mumtaz Mahal, Mughal emperor, Shan Jahan's
favorite wife (who ruled from 1628 - 1658)).
</p>
</li>
<li>
<img src = "images/MaharashtraINDIA.jpg" alt = "Travel App" >
<h2>Ellora Caves - Maharashtra</h2>
<p>
A very large monastery-temple rock-cut cave complex. This cave
complex holds momuments depicting Buddhist, Hindu, and Jain
figures. There is even a chariot shaped momument dedicated to
Shiva in the Kailasha temple.
</p>
</li>
<li>
<img src = "images/MumbaiINDIA.jpg" alt = "Photo Gallery" >
<h2>Konkan Coast - Goa, Karnataka, Maharashtra</h2>
<p>
The beautiful Konkan Coast spans 450 miles along the coastal
districts of Goa, Karnataka, and Maharashtra. It is bounded by
the Arabian Sea to the west and the Western Ghats mountain range
to the east, Mumbai is the largest Indian city along its coastline.
</p>
</li>
<li>
<img src = "images/UdaipurINDIA.jpg" alt = "Calculator" >
<h2>Taj Lake Palace - Udaipur</h2>
<p>
Built as a luxury hotel, this incredible palace built on a lake
houses 83 rooms (which have white marble walls). It resides in
the city of Udaipur in Lake Pichola, on the island of Jag Niwas.
</p>
</li>
</ul>
</div>
</div>
</div>
</html>