<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Onyeali Emmanuel</title>
    <description>The latest articles on DEV Community by Onyeali Emmanuel (@stegen54).</description>
    <link>https://dev.to/stegen54</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1544403%2F389b79d7-fa1a-4cdc-86c6-6718db6a8286.png</url>
      <title>DEV Community: Onyeali Emmanuel</title>
      <link>https://dev.to/stegen54</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stegen54"/>
    <language>en</language>
    <item>
      <title>Lagos City Of Dreams</title>
      <dc:creator>Onyeali Emmanuel</dc:creator>
      <pubDate>Sun, 02 Jun 2024 20:39:43 +0000</pubDate>
      <link>https://dev.to/stegen54/lagos-city-of-dreams-2nfn</link>
      <guid>https://dev.to/stegen54/lagos-city-of-dreams-2nfn</guid>
      <description>&lt;p&gt;`&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;Frontend Challenge v24.04.17&lt;/a&gt;, CSS Art: June.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;Lagos, Nigeria, is a vibrant metropolis teeming with life and energy, often hailed as the "City of Dreams." This bustling cityscape is a melting pot of cultures, innovation, and ambition. With its stunning skyline, iconic landmarks like the Third Mainland Bridge, and the shimmering Atlantic coastline, Lagos symbolizes the promise of opportunity and the spirit of resilience.&lt;/p&gt;

&lt;p&gt;From the rich history of its markets and the artistic flair of its streets to the ever-evolving tech and business hubs, Lagos is a beacon of hope and progress for millions in Africa. This CSS art captures the essence of Lagos—a city where dreams are nurtured and futures are forged.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3w89366k2thruob42gjz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3w89366k2thruob42gjz.png" alt="Lagos City Of Dreams" width="800" height="337"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;/code&gt;`&lt;br&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
CSS Art - Lagos, Nigeria


  body {
    margin: 0;
    background: linear-gradient(to bottom, #87CEEB 0%, #87CEEB 50%, #009688 50%, #009688 100%);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
  }
  .lagos-container {
    position: relative;
    width: 80%;
    height: 70%;
    background: linear-gradient(to bottom, #FFA500, #FF4500);
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sun {
    position: absolute;
    top: 10%;
    left: 75%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #FFD700 60%, transparent 60%);
    border-radius: 50%;
  }
  .bridge {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 20px;
    background: #4B0082;
  }
  .bridge::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 10%;
    width: 80%;
    height: 40px;
    background: #4B0082;
    border-radius: 50%;
  }
  .bridge-line {
    position: absolute;
    top: -20px;
    left: 10%;
    width: 80%;
    height: 4px;
    background: #FFFFFF;
  }
  .bridge-pillar {
    position: absolute;
    bottom: 20px;
    width: 8px;
    height: 60px;
    background: #4B0082;
  }
  .bridge-pillar:nth-child(1) {
    left: 15%;
  }
  .bridge-pillar:nth-child(2) {
    left: 30%;
  }
  .bridge-pillar:nth-child(3) {
    left: 45%;
  }
  .bridge-pillar:nth-child(4) {
    left: 60%;
  }
  .bridge-pillar:nth-child(5) {
    left: 75%;
  }
  .water {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #0000CD;
  }
  .building {
    position: absolute;
    bottom: 20%;
    width: 40px;
    height: 100px;
    background: #2F4F4F;
    box-shadow: 5px 5px 0 0 #2F4F4F, 10px 10px 0 0 #2F4F4F, 15px 15px 0 0 #2F4F4F;
    display: flex;
    flex-wrap: wrap;
  }
  .building:nth-child(2) {
    left: 10%;
    height: 120px;
  }
  .building:nth-child(3) {
    left: 30%;
    height: 80px;
  }
  .building:nth-child(4) {
    left: 50%;
    height: 140px;
  }
  .building:nth-child(5) {
    left: 70%;
    height: 100px;
  }
  .window {
    width: 8px;
    height: 8px;
    background: yellow;
    margin: 2px;
  }
  .text {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
  }



&lt;br&gt;
  &lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;br&gt;
    &lt;br&gt;
    Lagos - The City of&lt;br&gt;Dreams&lt;br&gt;
  &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
`&lt;code&gt;&lt;/code&gt;
&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;



&lt;p&gt;When I saw the challenge to create CSS art inspired by the month of June, my mind immediately drifted to Lagos, Nigeria. June in Lagos is a time of warmth and vibrancy, mirroring the dynamic spirit of the city itself. I chose Lagos because it represents a fusion of tradition and modernity, where the old and the new coexist in a harmonious yet bustling symphony.&lt;/p&gt;

&lt;p&gt;The city's iconic landmarks, such as the Third Mainland Bridge, its striking skyline, and the beautiful sunset over the Atlantic Ocean, provided a wealth of inspiration. I wanted to capture not just the physical beauty of Lagos but also its essence as a city of dreams—a place where ambitions are pursued with passion and resilience.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>The Power of Data Science: Revolutionizing Industries.</title>
      <dc:creator>Onyeali Emmanuel</dc:creator>
      <pubDate>Fri, 31 May 2024 17:24:01 +0000</pubDate>
      <link>https://dev.to/stegen54/the-power-of-data-science-revolutionizing-industries-4njf</link>
      <guid>https://dev.to/stegen54/the-power-of-data-science-revolutionizing-industries-4njf</guid>
      <description>&lt;p&gt;Data science is transforming industries by enabling better decision-making through data analysis. It harnesses the power of algorithms, machine learning, and statistical models to uncover insights from large datasets. This leads to more informed business strategies, optimized operations, and innovative solutions. From healthcare to finance, data science drives efficiency, predicts trends, and enhances customer experiences. As data continues to grow exponentially, mastering data science skills is crucial for staying competitive and unlocking new opportunities.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Embrace the future with data science, and explore its potential to revolutionize your field.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>datascience</category>
    </item>
  </channel>
</rss>
