Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aviiciii/linktree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: thecoding-society/linktree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 13 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 14, 2023

  1. name

    aviiciii committed Jul 14, 2023
    Copy the full SHA
    9ff7b86 View commit details
  2. add links

    aviiciii committed Jul 14, 2023
    Copy the full SHA
    4507664 View commit details
  3. added logos

    aviiciii committed Jul 14, 2023
    Copy the full SHA
    60302aa View commit details
  4. Merge pull request #1 from thecoding-society/changes

    Linktree Updated - Ready to Host
    aviiciii authored Jul 14, 2023
    Copy the full SHA
    2836de3 View commit details
  5. remove capitals

    aviiciii committed Jul 14, 2023
    Copy the full SHA
    a2cf083 View commit details

Commits on Jul 28, 2023

  1. Update CNAME

    aviiciii authored Jul 28, 2023
    Copy the full SHA
    ea9ca42 View commit details

Commits on Aug 1, 2023

  1. footer update

    aviiciii committed Aug 1, 2023
    Copy the full SHA
    5a1fc72 View commit details

Commits on Aug 10, 2023

  1. changed the footer

    aviiciii authored Aug 10, 2023
    Copy the full SHA
    3a6410c View commit details
  2. reordered the sections

    aviiciii authored Aug 10, 2023
    Copy the full SHA
    b4bec39 View commit details
  3. Copy the full SHA
    41d8b8b View commit details
  4. Merge pull request #4 from thecoding-society/3-change-the-copyright-t…

    …o-something-fun
    
    3 change the copyright to something fun
    aviiciii authored Aug 10, 2023
    Copy the full SHA
    c516752 View commit details

Commits on Aug 26, 2023

  1. changed

    aviiciii committed Aug 26, 2023
    Copy the full SHA
    98e54b4 View commit details

Commits on Sep 3, 2024

  1. Merge pull request #8 from thecoding-society/update

    Changed the order of socials and whatsapp community link
    aviiciii authored Sep 3, 2024
    Copy the full SHA
    37c5f30 View commit details
Showing with 38 additions and 50 deletions.
  1. +1 −1 CNAME
  2. BIN img/favicon.png
  3. BIN img/logo.jpeg
  4. BIN img/logo.jpg
  5. +33 −49 index.html
  6. +4 −0 style.css
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
laavesh.co
link.psdc.org.in
Binary file modified img/favicon.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 img/logo.jpeg

Unable to render rich display

Invalid image source.

Binary file removed img/logo.jpg
Binary file not shown.
82 changes: 33 additions & 49 deletions index.html
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>aviiciii</title>
<title>SDC | Panimalar</title>
<link rel="stylesheet" href="style.css">

<!-- favicon normal-->
@@ -13,37 +13,38 @@
<body>
<section id="about" class="about">
<div class="logo">
<img class="logo" src="img/logo.jpg" alt="logo">
<img class="logo" src="img/logo.jpeg" alt="logo">
</div>
<div class="name">
<h1>aviiciii</h1>
<h1>student development community</h1>
</div>
<div class="description">
<p>Student Developer &#58;&#41; </p>
<p>hey!</p>
</div>
<div class="socials">
<ul class="socials-ul">
<!-- github -->
<li class="socials-li">
<a class="socials-a" href="https://github.com/aviiciii" target="_blank">
<img class="socials-img" width="50" height="50" src="https://img.icons8.com/ios/50/github--v1.png" alt="github--v1"/>
</a>
</li>


<!-- linkedin -->
<li class="socials-li">
<a class="socials-a" href="https://www.linkedin.com/in/laavesh/" target="_blank">
<a class="socials-a" href="https://www.linkedin.com/company/sdc-panimalar/" target="_blank">
<img class="socials-img" width="50" height="50" src="https://img.icons8.com/ios/50/linkedin-2--v1.png" alt="linkedin--v1"/>
</a>
</li>

<!-- instagram -->
<li class="socials-li">
<a class="socials-a" href="https://www.instagram.com/llvssh/" target="_blank">
<a class="socials-a" href="https://www.instagram.com/sdc_panimalar/" target="_blank">
<img class="socials-img" width="50" height="50" src="https://img.icons8.com/ios/50/instagram.png" alt="instagram-new--v1"/>
</a>
</li>

<!-- github -->
<li class="socials-li">
<a class="socials-a" href="https://github.com/enterprises/panimalar" target="_blank">
<img class="socials-img" width="50" height="50" src="https://img.icons8.com/ios/50/github--v1.png" alt="github--v1"/>
</a>
</li>

<!-- add others here -->

@@ -53,74 +54,57 @@ <h1>aviiciii</h1>

<section id="links">

<!-- Start of a Tab -->
<div class="link-container">

<!-- Start of links -->
<div class="link-list">
<a class="link-a" href="https://portfolio.laavesh.co/" target="_blank">
My Portfolio
</a>
</div>
</div>
<!-- End of a Tab -->
<br>

<!-- Start of a Tab -->
<div class="link-container">

<div class="link-header">
<h2>Utility</h2>
<h2>events</h2>
</div>

<!-- Start of links -->
<div class="link-list">
<a class="link-a" href="https://clip.laavesh.ml/" target="_blank">
Clipboard
</a>

<a class="link-a" href="https://short.laavesh.ml/" target="_blank">
Link Shortener
</a>

<a class="link-a" href="https://qr.laavesh.co/" target="_blank">
QR Generator
<a class="link-a" href="https://pechacks.org/" target="_blank">
PEC Hacks - Hackathon
</a>
</div>

<a class="link-a" href="https://url.laavesh.ml/" target="_blank">
WeTransfer Shortener
<!-- Start of links -->
<div class="link-list">
<a class="link-a" href="https://chat.whatsapp.com/CG3ni2opMFPGZTDiG45kP0" target="_blank">
Join Whatsapp Community for PEC Hacks
</a>
</div>
</div>
<!-- End of a Tab -->


<!-- Start of a Tab -->
<div class="link-container">

<div class="link-header">
<h2>Pages</h2>
<h2>club websites</h2>
</div>

<!-- Start of links -->
<div class="link-list">
<a class="link-a" href="https://pages.laavesh.co/" target="_blank">
First Webpage
<a class="link-a" href="https://coding.psdc.org.in/" target="_blank">
The Coding Society
</a>

<a class="link-a" href="https://aviiciii.github.io/google_search/" target="_blank">
Google Replica
<a class="link-a" href="https://career.psdc.org.in/" target="_blank">
Career in Tech
</a>


</div>
</div>
<!-- End of a Tab -->





</section>

<section id="footer">
<footer>
<p>&copy; Copyright <span id="copyright"></span>, aviiciii</p>
<p>developed by <span id="tcs">the coding society</span></p>

</footer>
</section>

4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -271,3 +271,7 @@ p{
letter-spacing: 1px;
}
}

#tcs{
color:rgb(179, 0, 255)
}