Skip to content

Commit

Permalink
practise
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebere330 committed Oct 25, 2023
1 parent bd98335 commit 745e3d1
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions practise.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="An HTML page showing our understanding on anchor tags"
/>
<meta name="author" content="coding-pearls" />
<title>Document</title>
</head>
<body
style="
background: url(https://media.istockphoto.com/id/1197239452/photo/fern-leaves-on-dark-background-in-jungle-dense-dark-green-fern-leaves-in-garden-at-night.jpg?s=1024x1024&w=is&k=20&c=_0D0K8FqqkarAiMgl5CsYEsxPSrDXmRPq0keNGMG2Po=)
">
<header style="background-color: gray">
<a
alink: red; vlink: blue; link: yellow;
href="https://twitter.com/Ebylondon04?t=uYawbBEgzpwPa5N3d-OHMA&s=09"
>Ebere Adekogbe</a>
<a alink: red; vlink: blue; link: yellow;

href="https://linkedin.com/in/elpedia-arthur-3767b8152"
>Elpedia Arthur</a
>
<a alink: red; vlink: blue; link: yellow;

href="https://www.linkedin.com/in/ggo29?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"
>Gift Onuoha</a
>
<a alink: red; vlink: blue; link: yellow;
href="https://www.linkedin.com/in/kofo-cole"
>Kofoworola Cole</a
>

</header>
<main style="height: 70vh;">
<h1 style="color: white;">This is the Coding Pearls Group</h1>
<p style="color: white;">
We are 9 amazing women learning how to
code..Welcome to our vibrant and dynamic group, where collaboration, creativity, and camaraderie thrive.
We are more than just a gathering of individuals; we are a community, a family, and a force of like-minded
souls with a shared vision.In our group, we come together with a common purpose: to inspire, innovate,
and support one another on our collective journey. Whether we are united by a shared interest, a common goal,
or a shared passion, we embrace the spirit of togetherness and the power of unity.Each member of our group
brings a unique perspective, a wealth of experiences, and a kaleidoscope of talents.
We value the diversity that each individual contributes, knowing that it enriches our collective tapestry
and fuels our collective growth. As we embark on this shared adventure, we encourage open dialogue, respect
for one another's ideas, and an environment where every voice is heard. We are not just colleagues or
acquaintances; we are friends and allies, fostering a sense of trust and mutual respect. Our group is a
place where dreams take shape, where challenges are faced head-on, and where accomplishments are celebrated.
Together, we are a force for positive change, and we are excited to welcome you into our fold.
So, let's embark on this journey together, supporting, inspiring, and learning from each other. Together,
we are not just a group; we are a community of individuals dedicated to making a difference and shaping a
brighter future. Welcome to our wonderful group. Your presence is the missing piece that completes our puzzle.
Together, we will achieve greatness.
</p>
</main>
<footer style="background-color: white;"><h1>Contact Us</h1><h1>About Us</h1></footer>
</body>
</html>

0 comments on commit 745e3d1

Please sign in to comment.