-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (139 loc) · 6.14 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Html & Css Themes</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,700;1,300&display=swap" rel="stylesheet">
</head>
<body>
<header class="heading">
<h1><strong><a href="example.html">New York</a></strong> BY TEMPLATED</h1>
<nav id="nav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Photos</a></li>
<li><a href="#">About Us</a></li>
</ul>
</nav>
<!-- 1.bölüm-->
<section id="banner">
<h2>NEW YORK</h2>
<p>Every day, the City's 325,000 employees serve millions of residents and visitors. <br>
They improve infrastructure, provide important social services, and make the city safer. <br>
Help us shape the future of NYC.</p> <br> <br>
<a href="#">GET STARTED</a>
</section>
</header>
<section id="part2">
<div class="container">
<div class="left">
<h2>Upgrade Your Skill Set</h2>
<p>NYC offers professional development classes and degree programs
that can help you hone your skills and advance your career.</p>
</div>
<div class="right">
<article> <p>
<strong>Training & Development</strong> <br>
Citywide Learning & Development is the central source of training
within New York City government for managerial,professional and technical employees.
L&D offers agencies a full curriculum of open enrollment courses,
workshops and seminars to meet the training and development needs of City employees at all levels. <br><br>
L&D faculty and consultants are drawn from government, universities, and the private sector.
These trainers bring a wealth of experience to their courses,helping address employees’ skill attainment and agency issues and situations.
</p>
</article>
</div>
</div>
</section>
<div class="clear"></div>
<section id="part3">
<h2>New York City</h2>
<p>More to Love in New York City</p>
<div class="container2">
<div class="leftphoto">
<img src="photos/leftphoto .jpg" alt="Photos">
<p>10019, New York, United States</p>
</div>
<div class="rightphoto">
<img src="photos/rightphoto.jpg" alt="Photos">
<p> New York, NY 10017, USA, United States</p>
</div>
</div>
<div class="clear"></div>
<ul class="direct">
<li><a href="#">DİSCOVER</a></li>
<li><a href="#">TRAVEL WANDER</a></li>
</ul>
</section>
<section id="part4">
<h2>let's discover</h2>
<p>Let's walk the streets of New York</p>
<div class="container3">
<div class="parts">
<div class="littlephoto">
<img src="photos/1.jpg" alt="1">
</div>
<div class="write">
<h3>Times Square</h3>
<p>Manhattanhenge on Times Square</p> <br>
<p>Times Square, square in Midtown Manhattan, New York City, formed by the intersection of Seventh Avenue, 42nd Street, and Broadway.</p>
</div>
</div>
<div class="parts">
<div class="littlephoto">
<img src="photos/2.jpg" alt="2">
</div>
<div class="write">
<h3>Theater District</h3>
<p>Theater District, New York, United States</p> <br>
<p>My first night in the New York City and Times Square. The never sleeping Time Square and its illumination impresses like nothing else, so I had to try to capture the moment even though it’s impossible.</p>
</div>
</div>
<div class="parts">
<div class="littlephoto">
<img src="photos/3.jpg" alt="3">
</div>
<div class="write">
<h3>Dumbo</h3>
<p>Manhattan through Dumbo</p> <br>
<p>Dumbo’s name is an acronym for Down Under the Manhattan Bridge Overpass, and the span gives the creatively oriented neighborhood much of its character—as do cobblestone streets and dramatic architecture left over from its industrial days.</p>
</div>
</div>
<div class="parts">
<div class="littlephoto">
<img src="photos/4.jpg" alt="4">
</div>
<div class="write">
<h3>New York</h3>
<p>From the Staten Island ferry</p> <br>
<p>The Staten Island Ferry is one of the last remaining vestiges of an entire ferry system in New York City that transported people between Manhattan and its future boroughs long before any bridges were built.</p>
</div>
</div>
</div>
</section>
<div class="clear"></div>
<section id="part5">
<div class="content">
<h2>Manhattan, New York</h2>
<p>Tourism is vital to Manhattan's economy, and the landmarks of Manhattan are the focus of New York City's tourists, <br>
enumerating an eighth consecutive annual record of approximately 62.8 million visitors in 2017.</p>
<a href="#">GET IN TOUCH</a>
</div>
</section>
<div class="clear"></div>
<footer>
<div class="socialmedia">
<a href="#" title="facebook" ></a>
<a href="#" title="twitter"></a>
<a href="#" title="linkedin"></a>
<ul>
<li><p>USA</p></li>
<li><p>ABOUT US</p></li>
<li><p>CONTACT</p></li>
</ul>
</div>
</footer>
</body>
</html>