generated from nighthawkcoders/student_2025
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b566961
commit bc40d80
Showing
7 changed files
with
550 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
<header> | ||
<a href="#"><img src="" alt="AK_icon"></a> | ||
<nav> | ||
<ul class="nav_links"> | ||
<li><a href="Competitions.html">Competitions</a></li> | ||
<li><a href="Projects.html">Projects</a></li> | ||
<li><a href="Volunteering.html">Volunteering</a></li> | ||
<li><a href="Contact.html">Contact</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<table> | ||
<tr> | ||
<td><img src="{{site.baseurl}}/images/gamecontrollerlogo.png" height="100" alt=""></td> | ||
<td><a href="{{site.baseurl}}/miniproject/home">Home</a></td> | ||
<td><a href="{{site.baseurl}}/miniproject/windows">Windows</a></td> | ||
<td><a href="{{site.baseurl}}/miniproject/linux">Linux</a></td> | ||
<td><a href="{{site.baseurl}}/miniproject/networking">Networking</a></td> | ||
</tr> | ||
</table> |
103 changes: 0 additions & 103 deletions
103
_notebooks/Foundation/MiniProject/2023-08-16-pair_showcase.ipynb
This file was deleted.
Oops, something went wrong.
66 changes: 66 additions & 0 deletions
66
_notebooks/Foundation/MiniProject/2024-08-16-pair_showcase.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "raw", | ||
"metadata": { | ||
"vscode": { | ||
"languageId": "raw" | ||
} | ||
}, | ||
"source": [ | ||
"---\n", | ||
"layout: post\n", | ||
"title: Mini Project \n", | ||
"description: This is very cool CyberPatriot blog!!\n", | ||
"type: issues \n", | ||
"comments: false\n", | ||
"permalink: /miniproject/home\n", | ||
"menu: nav/blognav.html\n", | ||
"---" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": { | ||
"vscode": { | ||
"languageId": "html" | ||
} | ||
}, | ||
"source": [ | ||
"<html lang=\"en\">\n", | ||
"<head>\n", | ||
" <meta charset=\"UTF-8\">\n", | ||
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n", | ||
" <title>CyberPatriot Blog</title>\n", | ||
"</head>\n", | ||
"<body>\n", | ||
" <main>\n", | ||
" <section id=\"windows\">\n", | ||
" <h2>Windows</h2>\n", | ||
" <p>Information about Windows OS</p>\n", | ||
" </section>\n", | ||
" <section id=\"linux\">\n", | ||
" <h2>Linux</h2>\n", | ||
" <p>Information about Linux OS</p>\n", | ||
" </section>\n", | ||
" <section id=\"networking\">\n", | ||
" <h2>Network Engineering</h2>\n", | ||
" <p>Information about Network Engineering</p>\n", | ||
" </section>\n", | ||
" </main>\n", | ||
" <footer>\n", | ||
" <p>© 2024 CyberPatriot Blog</p>\n", | ||
" </footer>\n", | ||
"</body>\n", | ||
"</html>" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"language_info": { | ||
"name": "python" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
147 changes: 147 additions & 0 deletions
147
_notebooks/Foundation/MiniProject/2024-09-05-pair_showcase-linux.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "raw", | ||
"metadata": { | ||
"vscode": { | ||
"languageId": "raw" | ||
} | ||
}, | ||
"source": [ | ||
"---\n", | ||
"layout: post\n", | ||
"title: Linux Information\n", | ||
"description: This is very cool Linux blog!!\n", | ||
"type: issues \n", | ||
"comments: false\n", | ||
"permalink: /miniproject/linux\n", | ||
"menu: nav/blognav.html\n", | ||
"---" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": { | ||
"vscode": { | ||
"languageId": "html" | ||
} | ||
}, | ||
"source": [ | ||
"<html lang=\"en\">\n", | ||
"<head>\n", | ||
" <meta charset=\"UTF-8\">\n", | ||
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n", | ||
" <title>Gaming Blog</title>\n", | ||
" <link rel=\"stylesheet\" href=\"styles.css\">\n", | ||
"</head>\n", | ||
"<body>\n", | ||
" <main>\n", | ||
"<section id=\"games\">\n", | ||
" <h1>Games</h1>\n", | ||
" <div class=\"game\">\n", | ||
" <h3>Brawl Stars</h3>\n", | ||
" <p><strong>Platform(s):</strong> Mobile</p>\n", | ||
" <p><strong>Overview:</strong> Developed by Supercell, <em>Brawl Stars</em> is a multiplayer online battle game featuring a variety of game modes and unique brawlers, each with distinct abilities. The game emphasizes quick, strategic matches and team-based gameplay.</p>\n", | ||
" <p><strong>Unique Features:</strong> Diverse game modes including Gem Grab, Showdown, and Brawl Ball; character customization; and fast-paced action.</p>\n", | ||
" </div>\n", | ||
" <div class=\"game\">\n", | ||
" <h3>Valorant</h3>\n", | ||
" <p><strong>Platform(s):</strong> PC</p>\n", | ||
" <p><strong>Overview:</strong> Riot Games’ <em>Valorant</em> is a tactical first-person shooter that blends precise gunplay with unique character abilities. Teams of five compete in strategic, objective-based matches, emphasizing communication and tactical planning.</p>\n", | ||
" <p><strong>Unique Features:</strong> Character-based abilities, strategic gunplay, and a focus on team coordination.</p>\n", | ||
" </div>\n", | ||
" <div class=\"game\">\n", | ||
" <h3>Fortnite</h3>\n", | ||
" <p><strong>Platform(s):</strong> PC, Xbox, PlayStation, Nintendo Switch, Mobile</p>\n", | ||
" <p><strong>Overview:</strong> <em>Fortnite</em> is a battle royale game that has taken the world by storm with its vibrant graphics and engaging building mechanics. Players drop into a dynamic map, gather resources, and fight to be the last one standing in this ever-evolving game.</p>\n", | ||
" <p><strong>Unique Features:</strong> Unique building mechanics, frequent updates with new content, and a vibrant, evolving map.</p>\n", | ||
" </div>\n", | ||
" <div class=\"game\">\n", | ||
" <h3>Among Us</h3>\n", | ||
" <p><strong>Platform(s):</strong> PC, Mobile, Nintendo Switch</p>\n", | ||
" <p><strong>Overview:</strong> <em>Among Us</em> is a multiplayer party game that gained immense popularity for its fun and tense gameplay. Players work together to complete tasks on a spaceship while trying to identify impostors among them.</p>\n", | ||
" <p><strong>Unique Features:</strong> Social deduction mechanics, customizable avatars, and a focus on teamwork and strategy.</p>\n", | ||
" </div>\n", | ||
" <div class=\"game\">\n", | ||
" <h3>Rocket League</h3>\n", | ||
" <p><strong>Platform(s):</strong> PC, Xbox, PlayStation, Nintendo Switch</p>\n", | ||
" <p><strong>Overview:</strong> <em>Rocket League</em> combines soccer with rocket-powered cars in a high-octane, competitive game. The easy-to-learn mechanics and deep skill curve make it a hit for both casual players and esports enthusiasts.</p>\n", | ||
" <p><strong>Unique Features:</strong> Unique vehicle-based gameplay, competitive esports scene, and extensive customization options.</p>\n", | ||
" </div>\n", | ||
" <div class=\"game\">\n", | ||
" <h3>Call of Duty: Modern Warfare II</h3>\n", | ||
" <p><strong>Platform(s):</strong> PC, Xbox, PlayStation</p>\n", | ||
" <p><strong>Overview:</strong> The latest entry in the <em>Call of Duty</em> franchise, <em>Modern Warfare II</em> delivers a gripping single-player campaign and an intense multiplayer experience. Known for its realistic graphics and tight gunplay, this game is a staple in the first-person shooter genre.</p>\n", | ||
" <p><strong>Unique Features:</strong> High-fidelity graphics, deep multiplayer modes, and a gripping campaign with cinematic storytelling.</p>\n", | ||
" </div>\n", | ||
" <div class=\"game\">\n", | ||
" <h3>Apex Legends</h3>\n", | ||
" <p><strong>Platform(s):</strong> PC, Xbox, PlayStation, Nintendo Switch</p>\n", | ||
" <p><strong>Overview:</strong> <em>Apex Legends</em> is a free-to-play battle royale game set in the *Titanfall* universe. It features squad-based gameplay with unique characters, each with their own abilities, and fast-paced, tactical combat.</p>\n", | ||
" <p><strong>Unique Features:</strong> Character-based abilities, squad-focused gameplay, and dynamic map changes.</p>\n", | ||
" </div>\n", | ||
" <div class=\"game\">\n", | ||
" <h3>Animal Crossing: New Horizons</h3>\n", | ||
" <p><strong>Platform(s):</strong> Nintendo Switch</p>\n", | ||
" <p><strong>Overview:</strong> This charming life simulation game allows players to create and customize their own island paradise. With a relaxing pace, engaging crafting, and social elements, <em>Animal Crossing: New Horizons</em> offers a delightful escape from reality.</p>\n", | ||
" <p><strong>Unique Features:</strong> Customizable island design, seasonal events, and real-time clock integration.</p>\n", | ||
" </div>\n", | ||
" <section id=\"tips-section\">\n", | ||
" <h2>Game Tips</h2>\n", | ||
" <ul id=\"tips-list\">\n", | ||
" <!-- Tips will be added here -->\n", | ||
" </ul>\n", | ||
" <button id=\"add-tip-button\">Add Random Tip</button>\n", | ||
" </section>\n", | ||
" <script>\n", | ||
" // Define tips with game titles\n", | ||
" const tips = [\n", | ||
" { game: \"Brawl Stars\", tip: \"Learn Each Brawler’s Strengths: Know each brawler’s abilities to tailor your strategy effectively.\" },\n", | ||
" { game: \"Brawl Stars\", tip: \"Utilize Team Compositions: Combine brawlers with complementary skills for better team synergy.\" },\n", | ||
" { game: \"Brawl Stars\", tip: \"Upgrade Wisely: Focus on upgrading brawlers you use frequently and those versatile in various modes.\" },\n", | ||
" { game: \"Valorant\", tip: \"Communicate Effectively: Use voice or text chat to share crucial information with your team.\" },\n", | ||
" { game: \"Valorant\", tip: \"Master the Maps: Familiarize yourself with map layouts and key locations for strategic advantage.\" },\n", | ||
" { game: \"Valorant\", tip: \"Use Agents’ Abilities Wisely: Apply your agent’s abilities strategically to complement team tactics.\" },\n", | ||
" { game: \"Fortnite\", tip: \"Master Building Mechanics: Practice building structures quickly to gain an edge in combat.\" },\n", | ||
" { game: \"Fortnite\", tip: \"Stay Aware of the Storm: Always monitor the storm’s movement to avoid being caught out.\" },\n", | ||
" { game: \"Fortnite\", tip: \"Loot Smartly: Prioritize essential weapons and items to stay competitive.\" },\n", | ||
" { game: \"Among Us\", tip: \"Pay Attention to Behavior: Watch for suspicious behavior to identify impostors.\" },\n", | ||
" { game: \"Among Us\", tip: \"Communicate and Collaborate: Discuss observations with your team during meetings for better decision-making.\" },\n", | ||
" { game: \"Among Us\", tip: \"Complete Tasks Efficiently: Finish tasks quickly while staying alert to spot impostors.\" },\n", | ||
" { game: \"Rocket League\", tip: \"Practice Aerial Control: Improve your aerial maneuvers to enhance your gameplay.\" },\n", | ||
" { game: \"Rocket League\", tip: \"Focus on Positioning: Position yourself strategically to support your team and make impactful plays.\" },\n", | ||
" { game: \"Rocket League\", tip: \"Communicate with Teammates: Use chat or voice to coordinate plays and strategies with your team.\" },\n", | ||
" { game: \"Call of Duty: Modern Warfare II\", tip: \"Use Cover Strategically: Always use cover to protect yourself during gunfights.\" },\n", | ||
" { game: \"Call of Duty: Modern Warfare II\", tip: \"Customize Your Loadouts: Tailor your weapons and gear to match your playstyle and the game mode.\" },\n", | ||
" { game: \"Call of Duty: Modern Warfare II\", tip: \"Learn the Maps: Understand each map’s layout to anticipate enemy movements and plan your strategy.\" },\n", | ||
" { game: \"Apex Legends\", tip: \"Choose the Right Legend: Pick a Legend that complements your team and suits your playstyle.\" },\n", | ||
" { game: \"Apex Legends\", tip: \"Coordinate Your Drops: Plan your drop location with your team to secure good loot and avoid early conflicts.\" },\n", | ||
" { game: \"Apex Legends\", tip: \"Use Ping System Efficiently: Communicate key information using the in-game ping system.\" },\n", | ||
" { game: \"Animal Crossing: New Horizons\", tip: \"Plan Your Island Layout: Design your island layout to match your vision and enhance gameplay.\" },\n", | ||
" { game: \"Animal Crossing: New Horizons\", tip: \"Participate in Seasonal Events: Join seasonal activities to collect exclusive items and enjoy new content.\" },\n", | ||
" { game: \"Animal Crossing: New Horizons\", tip: \"Build Relationships with Villagers: Engage with villagers to strengthen relationships and unlock rewards.\" }\n", | ||
" ];\n", | ||
" document.addEventListener('DOMContentLoaded', function() {\n", | ||
" const button = document.getElementById('add-tip-button');\n", | ||
" const tipsList = document.getElementById('tips-list');\n", | ||
" button.addEventListener('click', function() {\n", | ||
" const randomIndex = Math.floor(Math.random() * tips.length);\n", | ||
" const { game, tip } = tips[randomIndex];\n", | ||
" const listItem = document.createElement('li');\n", | ||
" listItem.textContent = `${game}: ${tip}`;\n", | ||
" tipsList.appendChild(listItem);\n", | ||
" });\n", | ||
" });\n", | ||
" </script>\n", | ||
" </section>" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"language_info": { | ||
"name": "python" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
Oops, something went wrong.