Skip to content

Commit

Permalink
Merge branch 'main' into MadhushaPrasad-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
MadhushaPrasad authored Sep 7, 2024
2 parents 9983248 + a713ede commit 5083a3e
Show file tree
Hide file tree
Showing 12 changed files with 585 additions and 56 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build

on:
push:
branches:
- main


jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
# If you wish to fail your job when the Quality Gate is red, uncomment the
# following lines. This would typically be used to fail a deployment.
# - uses: sonarsource/sonarqube-quality-gate-action@master
# timeout-minutes: 5
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Where information not only offers solutions, but also inspires and empowers.
We believe Diagon Alley can play a role in creating this future.
</br>

`Diagon Alley is an open library for every tech student to level up their tech knowledge by reading e-books'`
`Diagon Alley is an open library for every tech student to level up their tech knowledge by reading e-books. Welcome to Diagon Alley, the ultimate open library designed exclusively for tech students eager to elevate their knowledge. Dive into a plethora of enlightening e-books covering a spectrum of tech subjects. Share your insights and opinions through our user-friendly feedback section. Should you encounter any webpage or community-related concerns, our dedicated contact section is just a click away. Explore the Book page for a comprehensive list of all the e-books currently available on our platform. Diagon Alley is your go-to destination for an immersive tech education experience.
`
</br>

In this project, we are developing a web application using basic technologies.</br>
Expand All @@ -53,6 +54,7 @@ In this project, we are developing a web application using basic technologies.</
You can contribute to the project on github. Here's how you can do it.

1. Fork the repository and give a star

2. Clone it on your local machine

```
Expand Down Expand Up @@ -97,4 +99,5 @@ You can contribute to the project on github. Here's how you can do it.
</br>
<a href="https://www.figma.com/file/dz4JS3XBiGzTDGGIQ3PczB/Diagon-Alley?node-id=20%3A782" target="_blank"> Figma Link for this project</a>
</br>
<img src="https://user-images.githubusercontent.com/5544472/196491229-06cb8dfe-215c-481e-a3a5-56eaea008d6f.png">
<img src="https://github.com/MadhushaPrasad/Diagon-Alley/assets/50085447/2c32165a-05e2-4256-b972-aa7c78c9c354">

5 changes: 5 additions & 0 deletions assets/img/Hide.svg
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 assets/img/SignUp.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 assets/img/facebook-icon.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 assets/img/google-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions assets/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5083a3e

Please sign in to comment.