-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcloud.html
220 lines (160 loc) · 9.05 KB
/
cloud.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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!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>"Never doubt that a small group of thoughtful, concerned citizens can change world.<br> Indeed it is the only thing that ever has."</p>
</div>
<div class="col-md-4">
<div>"There is no limit to what we, as women, can accomplish."</div>
</div>
<div class="col-md-4">
<div>"If your actions inspire others to dream more, learn more, do more and become more, you are a leader.”</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/cloudorange.png" alt="logo" width="100" height="100">
</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 Cloud(cloud.html) ------------------------------------>
<div class="main-title-cloud">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="cloud-title"> <span> Cloud </span> </h3>
<p>AWS, Cloud Design Patterns (availability, data managment, design and implementation, managment and monitoring)</p>
</div>
</div>
</div>
</div>
<br>
<!-------------------MAIN TITLE YOUTUBE(cloud.html) ------------------------------------>
<div class="main-title-cloud">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="cloud-title"> <span>YouTube Cloud resources</span> </h3>
</div>
</div>
</div>
</div>
<!-------------------------------MAIN BODY YOUTUBE (cloud.html) ------------------------------->
<div class="main-body-cloud">
<div class="container">
<div class="row"> <!--Second row-->
<div class="col-md-4">
<h4><span>AWS official</span></h4>
<ul class="cloud-links">
<li><a href="https://www.youtube.com/user/AmazonWebServices">Amazon Web Services</a></li>
<li><a href="https://www.youtube.com/c/AWSEventsChannel">AWS Events</a></li>
<li><a href="https://www.youtube.com/c/AWSOnlineTechTalks">AWS Online Tech Talks</a></li>
<li><a href="https://explore.skillbuilder.aws/learn/signin">AWS Skill builder </a></li>
</ul>
</div>
<div class="col-md-4">
<h4><span>Serveless</span></h4>
<ul class="cloud-links">
<li><a href="https://www.youtube.com/c/ServerlessLand">Serverless Land</a></li>
<li><a href="https://www.youtube.com/c/FooBar_codes/featured">FooBar Serverless</a></li>
</ul>
</div>
<div class="col-md-4">
<h4><span>Subscribe to Cloud links</span></h4>
<ul class="cloud-links">
<li><a href="https://www.youtube.com/channel/UCDalssvq2pHV8EErZyWXb6g">Cloud Life</a></li>
<li><a href="https://www.youtube.com/c/TheCloudBuilders">The Cloud Builders</a></li>
<li><a href="https://www.youtube.com/c/ValaxyTechnologies/playlists">ValaxyTechnologies</a></li>
<li><a href="https://www.youtube.com/c/DigitalCloudTraining">DigitalCloudTraining</a></li>
<li><a href="https://www.youtube.com/channel/UCAT04q5DYgcRK5DavGNenxg/featured">Cloud Couch</a></li>
</ul>
</div>
</div> <!--End of second row -->
</div> <!--End of container AWS Official -->
</div> <!------------------------------END OF CONTAINER: main-body-cloud------------------------------- -->
<!------------------ MAIN TITLE HANDS ON LABS (another section,part of cloud.html) ----------->
<div class="main-title-hands">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="hands-title"> <span>Hands-On websites </span> </h3>
</div>
</div>
</div>
</div>
</header>
<!-------------------------MAIN BODY HANDS-ON (part of cloud.html----------->
<!--This section is only for add links on website for hands on labs------------->
<!--Second container for Hands-On AWS labs-->
<div class="main-body-hands">
<div class="container">
<div class="row">
<div class="col-md-4">
<h4><span>AWS Hands-On labs </span></h4>
<p>Serverless, Storage, Containers... </p>
<ul class="hands-links">
<li><a href="https://aws.amazon.com/getting-started/hands-on/">AWS Step by step tutorials</a></li>
<li><a href="https://amazon.qwiklabs.com/catalog">Build Knowledge with Self-Paced Labs</a></li>
<li><a href="https://www.wellarchitectedlabs.com">AWS Well-Architected Labs</a></li>
</ul>
</div>
<div class="col-md-4">
<h4><span>Dynamo DB </span></h4>
<p>Blogs, websites ...</p>
<ul class="hands-links">
<li><a href="https://www.trek10.com/blog/dynamodb-single-table-relational-modeling"> Dynamo DB blog</a></li>
</ul>
</div>
<div class="col-md-4">
<h4><span>SERVERLESS </span></h4>
<p>This site brings together all the latest blogs, videos, <br>and training for AWS Serverless. </p>
<ul class="hands-links">
<li><a href="https://serverlessland.com/">SERVERLESS LAND </a></li>
</ul>
</div>
<div class="row">
<div class="col-md-4">
<h4><span>MEDIUM </span></h4>
<p>Posts from Medium with labs, hands on workshops..</p>
<ul class="hands-links">
<li><a href="https://medium.com/@KerrySheldon/aws-for-the-bootcamp-grad-79dfd91d0ff8">Kerry Sheldon (bootcamp) </a></li>
</ul>
</div>
</div>
</div>
</div> <!--------------------End of container Hands-On AWS Labs ----------------------------->
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>