-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
112 lines (106 loc) · 4.93 KB
/
authors.html
File metadata and controls
112 lines (106 loc) · 4.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="sheet.css" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Comfortaa:wght@300&family=Lobster&family=Playfair+Display&display=swap" rel="stylesheet"> <script src="https://kit.fontawesome.com/3e9245a59d.js" crossorigin="anonymous"></script>
<title>All Writers | Cloud Computing</title>
<style>
</style>
<body>
<header>
<nav>
<a href="#"><img src="Images/logo_file.png" alt="Home" width="250px" style="text-align:left;"></a>
<ul>
<li><a href="aws.html">Aws</a></li>
<li><a href="azure.html">Azure</a></li>
<li><a href="gcp.html">Gcp</a></li>
<li><a href="authors.html"> All Writers</a></li>
<li> </li>
</ul>
</nav>
</header>
<main>
<aside>
<img src="Images/searchdata.png" alt="Seacrh Cloud Computing" width="250px">
<div class="wrapper">
<input type="text" class="input" placeholder="search cloud computing">
<div class="searchbutton">
<i class="fas fa-search"></i>
</div>
</div>
</aside>
<article>
<h1>Follow these incredible authors!</h1>
<br>
<br>
<h1> Stanley Omotuyole</h1>
<p>Stanley E. Omotuyole
He is a Programming student and emerging professional in the software development world
Born and raised in Nigeria and now a resident of Lake City, Seattle.
Stanley is a passionate learner and a person who invests in new experiences, eager to effect change and looking forward to working with like minded people to get there
Big time lover of music and also a producer when he is not coding</p>
<img src="Images/stanprofile.jpg" width="200px" margin="auto" style="border-radius: 30em;"/>
<h1>Ami Drammeh</h1>
<p>Aminata Drammeh who goes by Ami is an empowered young Black-Muslim professional on the pathway to developing her personal and technical skills. Tutoring for a non-profit while embarking on a journey with Year Up's Software Development Track. Her colleagues would describe her as a determined young mother ready to make her mark.</p>
<img src="ami.jpg" alt="ami's picture" width="200px" margin="auto" style="border-radius: 60rem;"/>
<h1>Aven Zemo</h1>
<p>Aven Zemo is also a programming student and emerging professional within the
software development track at Year Up.
Avens parents immigrated from Eritrea to Seattle where Aven was born and raised.
Outside of the machine world, Aven is an avid runner, musician, and enjoys
social festivites.
</p>
<img src="Images/avenprofile.jpg" width="200px" margin="auto" style="border-radius: 30em;"/>
</article>
</main>
<footer class="footer-distributed">
<div class="footer-left">
<h3>Cloud<span>Computing</span></h3>
<p class="footer-links">
<a href="#">Home</a>
·
<a href="#">Social Media</a>
·
<a href="https://github.com/only1finesse/cloud-computing-project/issues">GitHub</a>
·
<a href="#">About</a>
·
<a href="authors.html">Writers</a>
·
<a href="#">Contact</a>
</p>
<p class="footer-company-name">cloud-computing © 2020</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>Puget Sound</span> WA, USA</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+1 555 123456</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:support@cloudomputing.com">contact@webdevtrick.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Cloud Computing</span>
... All about the cloud
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/only1finesse/cloud-computing-project/graphs/contributors?from=2020-11-01&to=2020-11-17&type=c"><i
class="fa fa-github"></i></a>
</div>
</div>
</footer>
</body>
</html>