-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsolution-arhitect.html
112 lines (89 loc) · 4.46 KB
/
solution-arhitect.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cloud & DevOps resources for learning</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<header>
<div class="pre-header">
<div class="container">
<div class="row">
<div class="col-md-4">
<p>"Think like a queen. A queen is not afraid to fail. Failure is another stepping stone to greatness."</p>
</div>
<div class="col-md-4">
<div>"Fearlessness is like a muscle. I know from my own life that the more I exercise it the more natural it becomes to not let my fears run me."</div>
</div>
<div class="col-md-4">
<div>"We need women at all levels, including the top, to change the dynamic, reshape the conversation, to make sure women's voices are heard and heeded, not overlooked and ignored.”</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
<br>
<div class="main-nav">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="images/solution-arhitect.png" alt="solution" width="90" height="90">
<img src="images/aws.png" alt="aws" width="100" height="90">
</div>
<div class="col-md-6">
<ul class="main-menu">
<li><a href="index.html">Home</a></li>
<li><a href="cloud.html">Cloud </a></li>
<li><a href="solution-arhitect.html">Solution Arhitect</a></li>
<li><a href="devops.html">DevOps </a></li>
<li><a href="automation.html">Automation </a></li>
<li><a href="network.html">Network </a></li>
</ul>
</div>
</div>
</div>
</div>
<br>
<!-------------------MAIN TITLE SOLUTION ARHITECT (solution-arhitect.html) ------------------------------------>
<div class="main-title-sa">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="sa-title"> <span> AWS SA Associate </span> </h3>
<p>Resources for exam, tips, blogs, websites...</p>
</div>
</div>
</div>
</div>
<!-----------------MAIN BODY SOLUTION ARHITECT(containers with sites, links..) --------------->
<div class="main-body-sa">
<div class="container">
<div class="row"> <!--Second row-->
<div class="col-md-4">
<h4><span>Exam guide </span></h4>
<p>Always read the exam guide beforehand (the link may change so always look for the latest version when taking your exam).</p>
<ul class="sa-links">
<li><a href=" https://d1.awsstatic.com/training-and-certification/docs-sa-assoc/AWS-Certified-Solutions-Architect-Associate_Exam-Guide.pdf">AWS Certified Solutions Architect – Associate
(SAA-C02) Exam Guide (pdf) </a></li>
</ul>
</div>
<div class="col-md-4">
<h4><span>Medium tips</span></h4>
<ul class="sa-links">
<li><a href=" https://medium.com/geekculture/how-to-study-and-pass-the-aws-associate-developer-exam-fb9fb6510b2b">
Michael Chi </a></li>
</ul>
</div>
<div class="col-md-4">
</div>
</div>
</div>
</div>
</header>
</body>
</html>