Skip to content

Commit

Permalink
Merge pull request #1 from Sagar-Sharma-7/patch-1
Browse files Browse the repository at this point in the history
changed img path
  • Loading branch information
09sunshine authored Nov 28, 2023
2 parents 33c2b02 + bf702af commit 0f65177
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions clipboard-landing-page-master/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,37 +48,37 @@ <h1 class="clip" >Access Clipboard Anywhere</h1>
snippets in a few simple clicks.</p>
</div>
<div class="img">
<img src="/clipboard-landing-page-master/images/image-devices.png">
<img src="./images/image-devices.png">
</div>
<div>
<h1 class="supe" >Supercharge your workflow</h1>
<br><p class="pro" >We've got the tools to boost your productivity.</p>
</div>
<div class="img1">
<img class="black" src="/clipboard-landing-page-master/images/icon-blacklist.svg"><br>
<img class="black" src="./images/icon-blacklist.svg"><br>
<br><h4>Create blacklists</h4>
<br><p class="end1" >Ensure sensitive information never makes its<br>
way to your clipboard by excluding certain<br>
sources.</p>
</div>
<div class="img2">
<img class="icontext" src="/clipboard-landing-page-master/images/icon-text.svg"><br>
<img class="icontext" src="./images/icon-text.svg"><br>
<br><h4>Plain text snippets</h4>
<br><p class="end2">Remove unwanted formatting from copied text<br>
for a consistent look.</p>
</div>
<div class="img3">
<img class="eye" src="/clipboard-landing-page-master/images/icon-preview.svg"><br>
<img class="eye" src="./images/icon-preview.svg"><br>
<br><h4>Sneak preview</h4>
<br><p class="end3">Quick preview Of all snippets on gour Clipboard<br>
for easy access.</p>
</div>
<div class="last1">
<img src="/clipboard-landing-page-master/images/logo-google.png">
<img src="/clipboard-landing-page-master/images/logo-ibm.png">
<img src="/clipboard-landing-page-master/images/logo-microsoft.png">
<img src="/clipboard-landing-page-master/images/logo-hp.png">
<img src="/clipboard-landing-page-master/images/logo-vector-graphics.png">
<img src="./images/logo-google.png">
<img src="./images/logo-ibm.png">
<img src="./images/logo-microsoft.png">
<img src="./images/logo-hp.png">
<img src="./images/logo-vector-graphics.png">
</div>
<div class="bottle">
<h1>Clipboard for iOS and Mac OS</h1>
Expand All @@ -91,7 +91,7 @@ <h1>Clipboard for iOS and Mac OS</h1>

</div>
<div class="footer">
<img class="kk" src="/clipboard-landing-page-master/images/logo.svg" width="50px" height="50px">
<img class="kk" src="./images/logo.svg" width="50px" height="50px">
<div class="links">
<div class="col">
<h4>FAQs</h4>
Expand All @@ -107,11 +107,11 @@ <h4>Install guide</h4>
</div>
<div class="social">

<img src="/clipboard-landing-page-master/images/icon-facebook.svg">
<img src="/clipboard-landing-page-master/images/icon-twitter.svg">
<img src="/clipboard-landing-page-master/images/icon-instagram.svg">
<img src="./images/icon-facebook.svg">
<img src="./images/icon-twitter.svg">
<img src="./images/icon-instagram.svg">

</div>
</div>
</body>
</html>
</html>

0 comments on commit 0f65177

Please sign in to comment.