Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
37,064 changes: 37,064 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.3",
"styled-components": "^5.3.0",
"web-vitals": "^1.0.1"
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="Ideaoryx"
content="Ideaoryx hackathon website"
name="IdeaOryx"
content="IdeaOryx hackathon website"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand All @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Ideaoryx</title>
<title>IdeaOryx</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions src/Loader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import logo from '../src/assets/Ideaoryx.svg'
import logo from '../src/assets/Ideaoryx.png'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible for you to show the output for this for different viewports?
A screenshot would be cool, because I'm not sure if a png would scale as well as an svg for this case.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay i will change png to svg

import './loader.css'

function Loader() {
Expand All @@ -17,7 +17,7 @@ function Loader() {
<h2>Innovate</h2>
</div>
<div className="loder_elem">
<img src={logo} alt="Ideaoryx logo" />
<img src={logo} alt="IdeaOryx logo" />
</div>
</div>
</div>
Expand Down
Binary file added src/assets/Ideaoryx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions src/assets/Ideaoryx.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/about/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function About() {
</Heading>
<Para>
An idea not coupled with action will never get any bigger than the brain cell it occupied. So, it's not always about ideas but it's about making "ideas" happen.
In our view as a developing community, we strongly believe that anything in existence is fabricated out of our enthusiasm to sketch out an idea and the proposition of visualising the desired result brings that idea to life.
Hackathons give rise to several great ideas that could be put into actual use by people from all over the world. IdeaOryx hackathon will be co-organized by Open-Source Community and Woman in Open Source. At this brainstorming event, participants from all branches have to come up with some creative ideas that contribute in improving the standard of life. As part of this 48-hour-long event, participants will get a chance to manifest their ideas.
We strongly believe that anything in existence is fabricated out of our enthusiasm to sketch out an idea and the proposition of visualising the desired result brings that idea to life.
Hackathons give rise to several great ideas that could be put into actual use by people from all over the world. At this brainstorming event, participants from all branches have to come up with some creative ideas that contribute in improving the standard of life. As part of this 48-hour-long event, participants will get a chance to manifest their ideas.
</Para>
</TextContainer>
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/Footer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import logo from '../../assets/Ideaoryx.svg'
import logo from '../../assets/Ideaoryx.png'
import {
FaInstagram,
FaYoutube,
Expand Down
4 changes: 2 additions & 2 deletions src/components/heroSection/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ function hero() {
<>
<HeroContainer id="home">
<div>
<HeroText>Ideaoryx</HeroText>
<HeroText>IdeaOryx</HeroText>
<HeroText2>Ideate, Create and Innovate.</HeroText2>
<br />

<NavBtnLink href="#">Register</NavBtnLink>
<NavBtnLink href="https://forms.gle/BK7EHuQHAxv3T8Vi9">Register</NavBtnLink>

</div>
{/* <HeroImage src={heroimg}></HeroImage> */}
Expand Down
4 changes: 2 additions & 2 deletions src/components/navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
NavBtnLink,
} from "./NavbarElements";

import logo from '../../assets/Ideaoryx.svg'
import logo from '../../assets/Ideaoryx.png'

function Navbar({ toggle }) {
return (
Expand Down Expand Up @@ -40,7 +40,7 @@ function Navbar({ toggle }) {

</NavMenu>
<NavBtn>
<NavBtnLink href="#">Register</NavBtnLink>
<NavBtnLink href="https://forms.gle/BK7EHuQHAxv3T8Vi9">Register</NavBtnLink>
</NavBtn>
</NavbarContainer>
</Nav>
Expand Down
4 changes: 2 additions & 2 deletions src/components/timeline/MuiTimeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function MuiTimeline() {
<Typography variant="h6" component="h1">
Review
</Typography>
<Typography>Submitted ideas will be evaluated by an expert panel based on several parameters.</Typography>
<Typography>Submitted project will be evaluated by an expert panel based on several parameters.</Typography>
</TimelineContent>
</TimelineItem>
<TimelineItem>
Expand All @@ -96,7 +96,7 @@ function MuiTimeline() {
<Typography variant="h6" component="h1">
Result announcement
</Typography>
<Typography>Ideaoryx comes to an end. The best idea and the team are announced to the public.</Typography>
<Typography>IdeaOryx comes to an end. The best idea and the team are announced to the public.</Typography>
</TimelineContent>
</TimelineItem>

Expand Down
Loading