-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01357e9
commit bdfe899
Showing
14 changed files
with
59 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.64 MB
(7.5%)
portfolio/src/Assets/TT-SU2_700_samples_transparen_background.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 not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,59 @@ | ||
import Navbar from "../Components/Navbar/Navbar"; | ||
import Footer from "../Components/Footer/Footer"; | ||
import ScrollToTop from "../Components/scrollToTop"; | ||
import renderPhoto from "../Assets/TT-SU2_700_samples_transparen_background.png"; | ||
import HOD from "../Assets/HOD_3000.png"; | ||
import IDME from "../Assets/IDME_2000.png"; | ||
import trkMEplus from "../Assets/trkME+.png"; | ||
import "./About.css"; | ||
|
||
const Hobbies = () => { | ||
return ( | ||
<div> | ||
<Navbar /> | ||
<div className="page"> | ||
<ScrollToTop/> | ||
<div className="pageAboveFooter"> | ||
<Navbar /> | ||
<div className="pageContent"> | ||
|
||
<div className="aboutMidDiv"> | ||
<span className="aboutTitleText">3D Models</span> | ||
<span className="boldTxt">Renders</span> | ||
</div> | ||
|
||
<div className="homeDivOuter"> | ||
|
||
<div className="homeDivMid"> | ||
<div className="homeDivInner"> | ||
<img src={renderPhoto} alt="projectsPhoto" className="homePhoto" /> | ||
</div> | ||
</div> | ||
|
||
<div className="homeDivMid"> | ||
<div className="homeDivInner"> | ||
<img src={HOD} alt="projectsPhoto" className="homePhoto" /> | ||
</div> | ||
</div> | ||
|
||
<div className="homeDivMid"> | ||
<div className="homeDivInner"> | ||
<img src={IDME} alt="projectsPhoto" className="homePhoto" /> | ||
</div> | ||
</div> | ||
|
||
<div className="homeDivMid"> | ||
<div className="homeDivInner"> | ||
<img src={trkMEplus} alt="projectsPhoto" className="homePhoto" /> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
<Footer /> | ||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
|
||
export default Hobbies; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters