Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed img path #1

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>