Skip to content

Commit f11b0d5

Browse files
authored
Update index.html - webpage layout for improved responsiveness and visuals
- Updated the layout to make the webpage dynamically adapt to different screen sizes. - Resized and repositioned images to align with relevant content and improve readability. - Adjusted the color scheme to better match the cybersecurity theme. - Enhanced the structure of the HTML to ensure a modern and professional design. - Added support for responsive elements with media queries for mobile-friendly display. - Improved user experience by aligning images alongside text where appropriate.
1 parent e299c42 commit f11b0d5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@
5555
<h1>C++ Foundations: Cybersecurity and Software Development</h1>
5656
<p>This project highlights the intersection of cybersecurity and software development, showcasing foundational programming skills in C++ that are critical for secure coding and system-level security tools.</p>
5757

58-
<div class="graphic">
59-
<img src="https://github.com/LuCamachoJr/cpp-objects-and-pointers/blob/master/images/cybersecuritygraphic.png?raw=true">
60-
</div>
58+
<div class="graphic" style="display: flex; align-items: center;">
59+
<img src="https://github.com/LuCamachoJr/cpp-objects-and-pointers/blob/master/images/cybersecuritygraphic.png?raw=true" style="width: 200px; margin-right: 20px;">
60+
<p>This project highlights the intersection of cybersecurity and software development, showcasing foundational programming skills in C++ that are critical for secure coding and system-level security tools.</p>
61+
</div>
6162

6263
<h2>Key Features</h2>
6364
<ul>
@@ -75,9 +76,10 @@ <h2>Relevance to Cybersecurity</h2>
7576
<li>Secure coding techniques for large-scale applications</li>
7677
</ul>
7778

78-
<div class="graphic">
79-
<img src="https://cdn.pixabay.com/photo/2016/11/19/14/00/code-1839406_1280.jpg" alt="Software Development Graphic">
80-
</div>
79+
<div class="graphic" style="display: flex; align-items: center;">
80+
<img src="https://cdn.pixabay.com/photo/2016/11/19/14/00/code-1839406_1280.jpg" alt="Software Development Graphic" style="width: 200px; margin-right: 20px;">
81+
<p>Understanding C++ is essential for creating secure systems and tools. This project explores concepts like buffer overflow prevention, memory safety in system-level programming, and secure coding techniques for large-scale applications.</p>
82+
</div>
8183

8284
<h2>How to Run the Code</h2>
8385
<p>Clone the repository and compile the code using a C++ compiler:</p>

0 commit comments

Comments
 (0)