Skip to content

Commit

Permalink
change image filter to image editing
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulbasit-dev committed May 19, 2020
1 parent 0a4eb84 commit 77a428c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
8 changes: 6 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="image-filter.html" class="nav-link ">Image Filter</a>
<a href="image-filter.html" class="nav-link ">Image Editing</a>
</li>
<li class="nav-item">
<a href="steganography.html" class="nav-link">Steganography</a>
Expand All @@ -39,7 +39,11 @@

<main>
<div class="container">

<h1>Created By:</h1>
<h3>Abdulbasit Salah</h3>
<h3>Ibrahim Omar</h3>
<h3>Mardy Moayad</h3>
<h3>Revan Serbast</h3>
</div>
</main>

Expand Down
6 changes: 3 additions & 3 deletions image-filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Filter</title>
<title>Image Editing</title>
<!-- fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
Expand All @@ -23,10 +23,10 @@
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="image-filter.html" class="nav-link active">Image Filter</a>
<a href="image-filter.html" class="nav-link active">Image Editing</a>
</li>
<li class="nav-item">
<a href="image-filter.html" class="nav-link">Image Filter</a>
<a href="steganography.html" class="nav-link">Steganography</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link ">About</a>
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Particles Webpage</title>
<link rel="stylesheet" href="css/index.css">
<link:icon></link:icon>
</head>
<body>
<div id="particles-js">
<div class="btext">
<h1>Code Yard</h1>
<p>Live to Code Another Day</p>
<a href="image-filter.html" class="btn">Image Filter</a>
<h1>Image Proccessing Project</h1>
<!-- <p>Live to Code Another Day</p> -->
<a href="image-filter.html" class="btn">Image Editing</a>
<a href="steganography.html" class="btn">steganography</a>
<a href="about.html" class="btn">About</a>
</div>
Expand Down
8 changes: 4 additions & 4 deletions steganography.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="image-filter.html" class="nav-link ">Image Filter</a>
<a href="image-filter.html" class="nav-link ">Image Editing</a>
</li>
<li class="nav-item">
<a href="steganography.html" class="nav-link active">Steganography</a>
Expand Down Expand Up @@ -62,12 +62,12 @@

<!-- image show -->
<section>
<div class="row justify-content-center text-center border mb-4">
<div class="col-md-6 border border-danger">
<div class="row justify-content-center text-center mb-4">
<div class="col-md-6 ">
<h5>Source Image</h5>
<img id="image1" class="img-fluid">
</div>
<div class="col-md-6 border border-danger">
<div class="col-md-6 ">
<h5>Message Encoded Image</h5>
<img id="image2" class="img-fluid">
</div>
Expand Down

0 comments on commit 77a428c

Please sign in to comment.