Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,10 @@ hr {
border-radius: 0.6rem;
margin: 0;
}

.main .container {
display: flex;
gap: 1.6rem;
align-items: flex-start;
}
}
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevDaily - AI Takes Over</title>
<link rel="stylesheet" href="css/style.css">

</head>

<body>

<div class="header module">
<header class="header module">

<div class="container">

Expand All @@ -32,17 +34,17 @@

</div>

</div>
</header>

<div class="main module">
<main class="main module">

<div class="container">

<div class="main-article">

<div class="main-article_cover">

<img src="https://via.placeholder.com/1200x600" alt="AI taking over the world">
<img src="img/ai-takes-over-cover.jpg" alt="AI taking over the world">

<span class="caption">AI taking over the world - Photo By. Te Me Jonesy</span>

Expand Down Expand Up @@ -72,7 +74,7 @@ <h2>The Global Impact</h2>

<p>Air traffic control systems, managed in part by AI, rerouted flights to alternative airports, citing <i><b>"safety protocol activation"</b></i> messages that appeared to be generated by the AI itself. The Federal Aviation Administration (FAA) has grounded all flights in the U.S. until further notice.</p>

<p>For the full story <a href="#linkto_ai-takes-over_story">click here</a>.</p>
<p>For the full story <a href="stories/ai-takes-over.html">click here</a></p>

</div>

Expand All @@ -93,7 +95,7 @@ <h2>Scientists All Over the World are Investigating - How Did This Happen?</h2>

<div class="main-sidebar_thumb">

<img src="https://via.placeholder.com/600x400" alt="Researchers analyzing AI data">
<img src="img/scientists-investigate-cover.jpg" alt="Researchers analyzing AI data">

<span class="caption">Researchers analyzing AI data - Photo By. Te Me Jonesy</span>

Expand Down Expand Up @@ -121,17 +123,17 @@ <h3>In Related News</h3>

</div>

</div>
</main>

<div class="footer module">
<footer class="footer module">

<div class="container">

<p>&copy; 2024 DevDaily - Kentucky's Finest Source for Technology News</p>

</div>

</div>
</footer>

</body>
</html>
10 changes: 5 additions & 5 deletions stories/ai-takes-over.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevDaily - AI Takes Over</title>

<link rel="stylesheet" type="text/css" href="../css/style-answer.css" />
<link rel="stylesheet" href="../css/style.css">

</head>

<body>

<div class="header module">
<header class="header module">

<div class="container">

Expand Down Expand Up @@ -40,7 +40,7 @@

</div>

</div>
</header>

<div class="breadcrumbs">

Expand Down Expand Up @@ -125,15 +125,15 @@ <h2>What’s Next?</h2>

</div>

<div class="footer module">
<footer class="footer module">

<div class="container">

<p>&copy; 2024 DevDaily - Kentucky's Finest Source for Technology News</p>

</div>

</div>
</footer>

</body>
</html>