Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oyepriyansh committed Oct 7, 2023
1 parent cdde871 commit 445d578
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5501
"liveServer.settings.port":5501
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DevProfiles is a platform for developers to easily share their profiles, spotlig
Please see the [CONTRIBUTING.md](https://github.com/oyepriyansh/DevProfiles/blob/master/CONTRIBUTING.md) file for more information.

> [!IMPORTANT]
> Don't add your profile at the beginning or end of the file. Put it anywhere in between, this is to avoid conflicts whiile having rush in Pull Requests
> Don't add your profile at the beginning or end of the file. Put it anywhere in between, this is to avoid conflicts while having rush in Pull Requests
## 👨‍💻 Contributing
Contributions make the open source community such an amazing place to learn, inspire, and create.<br>
Expand Down
45 changes: 21 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
<title>Dev Profiles</title>
<link rel="shortcut icon" href="https://oyepriyansh.pages.dev/i/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GTFGBS8HG8"></script>
<script type="text/javascript" src="https://oyepriyansh.pages.dev/cdnjs/analytics/devprofiles.js"></script>
</head>
Expand All @@ -30,9 +28,9 @@ <h1 class="col">Dev Profiles</h1>
<input type="text" id="searchInput" placeholder="Search by name or skill...">
</div>

<button class="add-col"
onclick='window.open("https://github.com/oyepriyansh/DevProfiles","_blank")'"><span >Add your Profile &nbsp;</span><i class="
fa-sharp fa-solid fa-user-plus"></i> </button>
<a href="https://github.com/oyepriyansh/DevProfiles/blob/master/CONTRIBUTING.md" target="_blank">
<button class="add-col"><span>Add your Profile &nbsp;</span><i class="
fa-sharp fa-solid fa-user-plus"></i> </button></a>
<div id="no-profile"> No Profile Found </div>

<div class="container">
Expand All @@ -53,6 +51,21 @@ <h3 class="name">Priyansh Prajapat</h3>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/106705490?v=4" alt="User Image"></div>
<h3 class="name">Juliana Praxedes</h3>
<div class="skills">
<span class="skill">Elixir</span>
<span class="skill">React</span>
<span class="skill">Vuejs</span>
</div>
<div class="social">
<a href="https://github.com/praxeds" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="http://julianapraxedes.com/" target="_blank"><i class="fa-solid fa-star"></i></a>
<a href="https://www.linkedin.com/in/juliana-praxedes/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/76099756?v=4" alt="User Image"></div>
<h3 class="name">Akansh Bende</h3>
Expand Down Expand Up @@ -135,21 +148,6 @@ <h3 class="name">Septian Maulana</h3>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/106705490?v=4" alt="User Image"></div>
<h3 class="name">Juliana Praxedes</h3>
<div class="skills">
<span class="skill">Elixir</span>
<span class="skill">React</span>
<span class="skill">Vuejs</span>
</div>
<div class="social">
<a href="https://github.com/praxeds" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="http://julianapraxedes.com/" target="_blank"><i class="fa-solid fa-star"></i></a>
<a href="https://www.linkedin.com/in/juliana-praxedes/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://cdn.spicydevs.me/img/aayu5h.png" alt="Aayu5h's COOL IMAGE"></div>
<h3 class="name">Aayush Agrawal</h3>
Expand Down Expand Up @@ -1437,10 +1435,9 @@ <h3 class="name">Farhan Muzaffar</h3>
<a href="https://www.linkedin.com/in/farhan-muzaffar-039994218/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<!--Don't add your profile in bottom or top, add it in between, this is to avoid merge conflicts-->
</div>
<script src="js/script.js"></script>

</body>

</html>
</html>

0 comments on commit 445d578

Please sign in to comment.