Skip to content

Commit

Permalink
Other page images added
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMIU committed Sep 2, 2023
1 parent d9b81ca commit a8f614f
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IP Converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<li class="nav-item active">
<a class="nav-link" href="IP%20Converter.html">IP Converter</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Other.html">Other</a>
</li>
</ul>
</div>
</nav>
Expand Down
65 changes: 65 additions & 0 deletions Other.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IP Converter</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap"
rel="stylesheet">

<style>
body {
font-family: 'Poppins', sans-serif;
}

.numbers {
font-family: 'JetBrains Mono', monospace;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand">Subnet Analysis</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="IP%20Converter.html">IP Converter</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Other.html">Other</a>
</li>
</ul>
</div>
</nav>
<div class="container mt-5">
<div class="row">
<div class="col-md-4">
<img src="images/1.png" class="img-fluid" alt="Image 1">
</div>
<div class="col-md-4">
<img src="images/2.png" class="img-fluid" alt="Image 2">
</div>
<div class="col-md-4">
<img src="images/3.png" class="img-fluid" alt="Image 3">
</div>
</div>
</div>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="script.js"></script>
</body>
</html>
Binary file added images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<li class="nav-item ">
<a class="nav-link" href="IP%20Converter.html">IP Converter</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Other.html">Other</a>
</li>
</ul>
</div>
</nav>
Expand Down

0 comments on commit a8f614f

Please sign in to comment.