-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="widht=device-width, initial-scale=1.0">
<title>Serkan SAHAN Portfolio Page</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
</head>
<body>
<div id="header">
<div class="container">
<div id="branding">
<h1>Serkan <span id="spanColor">SAHAN</span></h1>
</div>
<div id="nav">
<ul>
<li class="current"><a href="index.html">HOME</a></li>
<li><a href="about.html" target="_blank">ABOUT</a></li>
<li><a href="contact.html" target="_blank">CONTACT</a></li>
</ul>
</div>
</div>
</div>
<div id="main">
<div class="container">
<h1>
I'm an AWS-DEVOPS Enthusiast and a Devops Engineer.
</h1>
<p>
AWS serves over a million active customers in more than 190 countries. The AWS Cloud infrastructure is built around AWS Regions and Availability Zones.
An AWS Region is a physical location in the world where it has multiple Availability Zones.
Availability Zones consist of one or more discrete data centers, each with redundant power, networking, and connectivity, housed in separate facilities.
These Availability Zones offer you the ability to operate production applications and databases that are more highly available, fault-tolerant, and scalable than would be possible from a single data center.
</p>
</div>
</div>
</body>
</html>