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

[WIP] falcon profile display #47

Open
wants to merge 27 commits into
base: release
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
59d6013
feat: add user profile display
ayanchoudhary Jun 7, 2020
ae59f75
test
ayanchoudhary Jun 8, 2020
73b50f7
refactor: remove fullpage scroll and oauth support
ayanchoudhary Sep 17, 2020
e2ca747
fix: link redirect on contact page and sidebar fonts
ayanchoudhary Sep 22, 2020
b2ac7a5
fix: chat redirect link
ayanchoudhary Sep 22, 2020
507c0d2
Fix card position in contact page
wryonik Sep 22, 2020
281bc8e
fix: add pointer in carousel and fix safari bug in projects image
ayanchoudhary Sep 22, 2020
f6a6dc7
chore: chnage favicon
ayanchoudhary Oct 7, 2020
d29fddc
Add left scroll arrow in timeline
wryonik Oct 11, 2020
c75d845
Remove sidebar in projects page when footer starts
wryonik Oct 12, 2020
d8cf0dc
feat: add ongoing event tag for news
Ishan-002 Oct 12, 2020
ada3685
remove order by title in projects
Ishan-002 Oct 12, 2020
9f7c2eb
Merge pull request #52 from sdslabs/news-minor-changes
ayanchoudhary Oct 12, 2020
f836345
fix: render ongoing event
Ishan-002 Oct 12, 2020
c33b56b
Merge pull request #53 from sdslabs/news-minor-changes
ayanchoudhary Oct 12, 2020
c2de56e
fix: change hideFooter flag in home route
ayanchoudhary Oct 12, 2020
fb941ad
fix: remove onScrollEvent
ayanchoudhary Oct 12, 2020
df68651
Fix scrolling in projects page
wryonik Oct 12, 2020
95f39a4
Remove footer from projects page
wryonik Oct 12, 2020
ae84b09
fix: add links to sister groups
ayanchoudhary Oct 12, 2020
c3adc97
feat: add meta tags
ayanchoudhary Oct 12, 2020
b4aa12d
fix: change link structure and email link
ayanchoudhary Oct 12, 2020
a568625
fix: mail link in contact page
ayanchoudhary Oct 12, 2020
724726e
Remove falcon dependency
wryonik Oct 16, 2020
d9868f3
add discord widget and fix news page
burnerlee Jul 6, 2021
3b2da8c
update margin top for footer
burnerlee Jul 8, 2021
3ab1043
Merge pull request #58 from sdslabs/discord-widget
ayanchoudhary Jul 12, 2021
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
Prev Previous commit
Next Next commit
fix: change link structure and email link
ayanchoudhary committed Oct 12, 2020
commit b4aa12de8684142428a4aa1f7d5094b70e637048
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.vue
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
</div>
<div class="mr-14">
<a
href="https://feedburner.google.com/fb/a/mailverify?uri=sdslabs/IOpf1&loc=en_US"
href="mailto:contact@sdslabs.co.in"
rel="noopener noreferrer"
target="blank"
>
11 changes: 7 additions & 4 deletions frontend/src/components/about/Sister.vue
Original file line number Diff line number Diff line change
@@ -9,10 +9,13 @@
<div
class="mt-6 ml-10 mr-12 text-1.5xl sm:text-base text-grey leading-normal"
>
{{ description }} Visit them at:
<a class="no-underline text-darkblue" :href="website">{{
website
}}</a>
{{ description }} Visit them
<a
target="_blank"
class="no-underline text-darkblue"
:href="website"
>here</a
>.
</div>
</div>
</template>
7 changes: 4 additions & 3 deletions frontend/src/components/about/SisterGallery.vue
Original file line number Diff line number Diff line change
@@ -19,12 +19,13 @@
<div
class="mt-6 ml-10 mr-12 text-xl sm:text-lg text-grey leading-normal"
>
{{ slide.description }} Visit them at:
{{ slide.description }} Visit them
<a
target="_blank"
class="no-underline text-darkblue"
:href="slide.website"
>{{ slide.website }}</a
>
>here</a
>.
</div>
</div>
</slide>