Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #4

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"liveServer.settings.port": 5501
"liveServer.settings.port": 5501,
"workbench.colorCustomizations": {
"activityBar.background": "#42195F",
"titleBar.activeBackground": "#5C2385",
"titleBar.activeForeground": "#FCF9FE"
}
}
11 changes: 10 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ hr {
}

.container {
display: grid;
padding: 0;
margin: 0 auto;
width: 100%;
Expand Down Expand Up @@ -181,4 +182,12 @@ hr {
border-radius: 0.6rem;
margin: 0;
}
}

.container {
display: grid;
padding: 0;
margin: 0 auto;
width: 100%;
max-width: 1000px;
}
}
59 changes: 31 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,49 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/style.css" />
<title>DevDaily - AI Takes Over</title>

</head>

<body>

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

<div class="container">
<container class="container">

<div class="header_logo">

<img src="img/logos/dedaily_logo.png" alt="DevDaily Logo">
<headerLogo class="header_logo">
<br>
<img id="img" src="img/logos/dedaily_logo.png" alt="DevDaily Logo">

</div>

<div class="header_pub-info">

<div class="pub-info_details">
</img>
<br>
<header class="header_pub-info">
<br>
<info class="pub-info_details">
<span>Volume 88 | Issue 12</span>
</div>

<div class="pub-info_date">
</info>
<br>
<header class="pub-info_date">
January 04, 2026
</div>
</header>

</div>
</header>

</div>
</container>

</div>
</containerLogo>

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

<div class="container">
<container class="container">

<div class="main-article">
<main-article class="main-article">

<div class="main-article_cover">
<main-article_cover class="main-article_cover">

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

<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,8 @@ <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" width="450" height="250">
<br>

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

Expand Down Expand Up @@ -123,15 +126,15 @@ <h3>In Related News</h3>

</div>

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

<div class="container">
<container class="container">

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

</div>
</container>

</div>
</footer>

</body>
</html>