-
Notifications
You must be signed in to change notification settings - Fork 194
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
#1162 solved : aboutUs page updated #1216
Conversation
@eshaalal is attempting to deploy a commit to the Suraj Pratap's projects Team on Vercel. A member of the Team first needs to authorize it. |
@SurajPratap10 do tell me if something more needs to be done , if not do consider it merging with labels , gssoc-ext , hacktoberfest-accepted, level-3 |
Signed-off-by: Suraj Pratap <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
<link rel="stylesheet" href="../public/css/style.css"> | ||
<script src="https://kit.fontawesome.com/c4254e24a8.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
<link rel="stylesheet" href="../public/css/style.css"> | ||
<script src="https://kit.fontawesome.com/c4254e24a8.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
<script src="https://kit.fontawesome.com/c4254e24a8.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/MotionPathPlugin.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
var isMobileDevice = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); | ||
|
||
if (isMobileDevice) { | ||
window.location.href = 'tel:' + phoneNumber; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
emailUrl += '&body=' + encodeURIComponent(body); | ||
} | ||
|
||
window.location.href = emailUrl; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
} | ||
|
||
</style> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
I have updated the style of about Us page and now it has no bugs and it looks clean
Screen.Recording.2024-10-13.012913.mp4