-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
177 lines (164 loc) · 6.56 KB
/
Copy pathindex.html
File metadata and controls
177 lines (164 loc) · 6.56 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Roboto font 100-900: Tüm ağırlıklar yüklendi -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Raleway font 700: Sadece bu ağırlık yüklendi -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap" rel="stylesheet">
<!-- Modern Normalize CSS: Modern tarayıcılar için normalize edildi -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/3.0.1/modern-normalize.min.css" />
<link rel="stylesheet" href="./css/styles.css">
<title>WebStudio</title>
</head>
<body>
<header class="header">
<!-- Logo: Raleway font, uppercase, renk ayarlandı -->
<div class="container header-container"> <a class="logo" href="#"><span>WEB</span>Studio</a>
<!-- Logo: Raleway font, uppercase, renk ayarlandı -->
<nav class="main-nav">
<ul class="nav-list">
<li><a href="#" class="nav-link">Studio</a></li>
<li><a href="#" class="nav-link">Portfolio</a></li>
<li><a href="#" class="nav-link">Contacts</a></li>
</ul>
</nav>
<!-- İletişim bilgileri: font-size, hover durumu eklendi -->
<address class="contact-address">
<ul class="contact-list">
<li><a class="email-link" href="mailto:info@devstudio.com">info@devstudio.com</a></li>
<li><a class="phone-link" href="tel:+110001111111">+11 (000) 111-11-11</a></li>
</ul>
</address>
</div>
</header>
<main>
<!-- Hero section: class verildi, arka plan rengi, yükseklik, ortalama yapıldı -->
<section class="hero-section section">
<div class="container hero-content">
<h1>Effective Solutions for Your Business</h1>
<button class="order-btn" type="button">Order Service</button>
</div>
</section>
<section class="section">
<div class="container features-container">
<div class="feature-item">
<div class="feature-icon-wrapper">
</div>
<h3>Strategy</h3>
<p>Our goal is to identify the business problem to walk away with the perfect and creative solution.</p>
</div>
<div class="feature-item">
<div class="feature-icon-wrapper"></div>
<h3>Punctuality</h3>
<p>Bring the key message to the brand's audience for the best price within the shortest possible time.</p>
</div>
<div class="feature-item">
<div class="feature-icon-wrapper"></div>
<h3>Diligence</h3>
<p>Research and confirm brands with the strongest digital growth opportunities and minimize risk.</p>
</div>
<div class="feature-item">
<div class="feature-icon-wrapper"></div>
<h3>Technologies</h3>
<p>Design practice focused on digital experiences. We bring forth a deep passion for problem-solving.</p>
</div>
</div>
</section>
<section class="section team-section">
<div class="container">
<h2 class="section-title">Our Team</h2>
<ul class="team-list">
<li class="team-member-card">
<img src="images/team-1.jpg" width="264" alt="Mark Guerrero - Product Designer">
<div class="member-info">
<h3>Mark Guerrero</h3>
<p>Product Designer</p>
</div>
</li>
<li class="team-member-card">
<img src="images/team-2.jpg" width="264" alt="Tom Ford - Frontend Developer">
<div class="member-info">
<h3>Tom Ford</h3>
<p>Frontend Developer</p>
</div>
</li>
<li class="team-member-card">
<img src="images/team-3.jpg" width="264" alt="Camila Garcia - Marketing">
<div class="member-info">
<h3>Camila Garcia</h3>
<p>Marketing</p>
</div>
</li>
<li class="team-member-card">
<img src="images/team-4.jpg" width="264" alt="Daniel Wilson - UI Designer">
<div class="member-info">
<h3>Daniel Wilson</h3>
<p>UI Designer</p>
</div>
</li>
</ul>
</div>
</section>
<!-- Our Portfolio: Ödev 2 kısmı, figma düzeniyle eşleşiyor -->
<section class="section portfolio-section">
<div class="container">
<h2 class="section-title">Our Portfolio</h2>
<ul class="portfolio-list">
<li class="portfolio-item">
<img src="images/portfolio-1.jpg" width="360" alt="Banking App - App">
<div class="item-info">
<h3>Banking App</h3>
<p>App</p>
</div>
</li>
<li class="portfolio-item">
<img src="images/portfolio-2.jpg" width="360" alt="Cashless Payment - Marketing">
<div class="item-info">
<h3>Cashless Payment</h3>
<p>Marketing</p>
</div>
</li>
<li class="portfolio-item">
<img src="images/portfolio-3.jpg" width="360" alt="Meditation App - App">
<div class="item-info">
<h3>Meditation App</h3>
<p>App</p>
</div>
</li>
<li class="portfolio-item">
<img src="images/portfolio-4.jpg" width="360" alt="Taxi Service - Marketing">
<div class="item-info">
<h3>Taxi Service</h3>
<p>Marketing</p>
</div>
</li>
<li class="portfolio-item">
<img src="images/portfolio-5.jpg" width="360" alt="Screen Illustrations - Design">
<div class="item-info">
<h3>Screen Illustrations</h3>
<p>Design</p>
</div>
</li>
<li class="portfolio-item">
<img src="images/portfolio-6.jpg" width="360" alt="Online Courses - Marketing">
<div class="item-info">
<h3>Online Courses</h3>
<p>Marketing</p>
</div>
</li>
</ul>
</div>
</section>
</main>
<!-- Footer: arka plan rengi, yazı rengi ve hizalama figma ile uyumlu -->
<footer class="footer">
<div class="container footer-container"> <a href="#" class="logo footer-logo"><span>WEB</span>Studio</a>
<p class="footer-text">Increase the flow of customers and sales for your business with digital marketing & growth
solutions.</p>
</div>
</footer>
</body>
</html>