-
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
Showing
50 changed files
with
1,688 additions
and
1,514 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
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,16 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Ang Ngima Lama Sherpa</title> | ||
</head> | ||
<body> | ||
<div id="root"> | ||
|
||
</div> | ||
|
||
|
||
</body> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Ang Ngima Lama Sherpa</title> | ||
</head> | ||
<body> | ||
<div id="root"> | ||
|
||
</div> | ||
|
||
|
||
</body> | ||
</html> |
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,24 +1,24 @@ | ||
import React from "react"; | ||
import Header from "./components/header/header"; | ||
import Footer from "./components/footer/footer"; | ||
import Project from "./components/projects/project"; | ||
import Nav from "./components/nav/nav"; | ||
import Experience from "./components/experience/experience"; | ||
import About from "./components/about/about"; | ||
import Contact from "./components/contact/contact"; | ||
|
||
const App = () => { | ||
return ( | ||
<> | ||
<Header /> | ||
<About /> | ||
<Nav /> | ||
<Project /> | ||
<Experience /> | ||
<Contact /> | ||
<Footer /> | ||
</> | ||
); | ||
}; | ||
|
||
export default App; | ||
import React from "react"; | ||
import Header from "./components/header/header"; | ||
import Footer from "./components/footer/footer"; | ||
import Project from "./components/projects/project"; | ||
import Nav from "./components/nav/nav"; | ||
import Experience from "./components/experience/experience"; | ||
import About from "./components/about/about"; | ||
import Contact from "./components/contact/contact"; | ||
|
||
const App = () => { | ||
return ( | ||
<> | ||
<Header /> | ||
<About /> | ||
<Nav /> | ||
<Project /> | ||
<Experience /> | ||
<Contact /> | ||
<Footer /> | ||
</> | ||
); | ||
}; | ||
|
||
export default App; |
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.
Empty file.
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.
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.
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.
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.
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.
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.
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.
Empty file.
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.
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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,102 @@ | ||
.about-container { | ||
height: 50vh; | ||
|
||
display: grid; | ||
gap: 15%; | ||
grid-template-columns: 20% 60%; | ||
} | ||
|
||
#about h2 { | ||
padding: 0; | ||
} | ||
|
||
.aboutimage { | ||
height: 350px; | ||
width: 300px; | ||
border: 10px solid rgba(255, 255, 255, 0.363); | ||
border-radius: 30%; | ||
overflow: hidden; | ||
align-items: center; | ||
} | ||
|
||
.about-me { | ||
border-radius: 0; | ||
display: grid; | ||
place-items: center; | ||
} | ||
|
||
.about-me.info { | ||
font-size: 1.3rem; | ||
width: auto; | ||
border-radius: 0; | ||
font-weight: 100; | ||
color: rgb(240, 248, 255); | ||
} | ||
|
||
.about-cards { | ||
display: grid; | ||
grid-template-columns: repeat(2, 1fr); | ||
gap: 1.5rem; | ||
} | ||
|
||
.about-card:hover { | ||
background: transparent; | ||
background: var(--color-primary-varient); | ||
cursor: default; | ||
} | ||
|
||
.Red { | ||
color: rgb(0, 255, 213); | ||
} | ||
|
||
.about-icon { | ||
font-size: 1.6rem; | ||
margin-bottom: 1rem; | ||
color: var(--color-primary); | ||
} | ||
|
||
.about-card h2 { | ||
color: var(--color-bg); | ||
} | ||
|
||
.about-content p { | ||
margin: 2rem 0; | ||
border: 3px solid rebeccapurple; | ||
} | ||
|
||
@media screen and (max-width: 1024px) { | ||
.about-container { | ||
grid-template-columns: 1fr; | ||
height: auto; | ||
gap: 0; | ||
} | ||
|
||
.aboutimage { | ||
margin: 34px auto; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 600px) { | ||
.about-me { | ||
width: 80%; | ||
margin: 0 auto 3rem; | ||
text-align: left; | ||
font: 500; | ||
} | ||
|
||
.aboutimage { | ||
border-radius: 50%; | ||
} | ||
|
||
.about-me.info p { | ||
font-size: 1rem; | ||
} | ||
} | ||
#about{ | ||
background-image:radial-gradient(circle at 0% 50%,rgba(255, 0, 230, 0.684) 0%,rgba(255, 0, 238, 0.355) 5%, rgba(0, 0, 0, 0) 16%); | ||
|
||
} | ||
.about-container { | ||
height: 50vh; | ||
background:transparent; | ||
|
||
display: grid; | ||
|
||
gap: 15%; | ||
grid-template-columns: 20% 60%; | ||
border-right: 4px solid rgb(0, 148, 128); | ||
|
||
} | ||
|
||
#about h2 { | ||
padding: 0; | ||
} | ||
|
||
.aboutimage { | ||
height: 350px; | ||
width: 300px; | ||
border: 10px solid rgba(255, 255, 255, 0.363); | ||
border-radius: 30%; | ||
overflow: hidden; | ||
align-items: center; | ||
} | ||
|
||
.about-me { | ||
border-radius: 0; | ||
display: grid; | ||
place-items: center; | ||
} | ||
|
||
.about-me.info { | ||
font-size: 1.3rem; | ||
width: auto; | ||
border-radius: 0; | ||
font-weight: 250; | ||
color: rgb(255, 255, 255); | ||
} | ||
|
||
.about-cards { | ||
display: grid; | ||
grid-template-columns: repeat(2, 1fr); | ||
gap: 1.5rem; | ||
} | ||
|
||
.about-card:hover { | ||
background: transparent; | ||
background: var(--color-primary-varient); | ||
cursor: default; | ||
} | ||
|
||
.Red { | ||
color: rgb(0, 255, 213); | ||
} | ||
|
||
.about-icon { | ||
font-size: 1.6rem; | ||
margin-bottom: 1rem; | ||
color: var(--color-primary); | ||
} | ||
|
||
.about-card h2 { | ||
color: var(--color-bg); | ||
} | ||
|
||
.about-content p { | ||
margin: 2rem 0; | ||
border: 3px solid rebeccapurple; | ||
} | ||
|
||
@media screen and (max-width: 1024px) { | ||
.about-container { | ||
grid-template-columns: 1fr; | ||
height: auto; | ||
gap: 0; | ||
} | ||
|
||
.aboutimage { | ||
margin: 34px auto; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 600px) { | ||
.about-me { | ||
width: 80%; | ||
margin: 0 auto 3rem; | ||
text-align: left; | ||
font: 500; | ||
} | ||
|
||
.aboutimage { | ||
border-radius: 50%; | ||
} | ||
|
||
.about-me.info p { | ||
font-size: 1rem; | ||
} | ||
} |
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,30 +1,30 @@ | ||
import React from "react"; | ||
import "./about.css"; | ||
import port from "../../assets/porto.jfif"; | ||
const about = () => { | ||
return ( | ||
<section id="about"> | ||
<h2>About Me</h2> | ||
<div className="container about-container"> | ||
<div className="aboutimage"> | ||
<img src={port} alt="portfolio" /> | ||
</div> | ||
<div className="about-me"> | ||
<div className="about-me info"> | ||
<p> | ||
Hi There <br />I am an entry level developer and{" "} | ||
<span className="Red"> Red Hat System Administrator </span> . I | ||
have passion for creating websites and constantly strive to | ||
improve my skills. I am able to complete projects independently | ||
with a high level of efficiency. I am excited to bring my skills | ||
and experience to new challenges and opportunities{" "} | ||
</p> | ||
</div> | ||
</div> | ||
<div className="about-content"></div> | ||
</div> | ||
</section> | ||
); | ||
}; | ||
|
||
export default about; | ||
import React from "react"; | ||
import "./about.css"; | ||
import port from "../../assets/porto.jfif"; | ||
const about = () => { | ||
return ( | ||
<section id="about"> | ||
<h2>About Me</h2> | ||
<div className="container about-container"> | ||
<div className="aboutimage"> | ||
<img src={port} alt="portfolio" /> | ||
</div> | ||
<div className="about-me"> | ||
<div className="about-me info"> | ||
<p> | ||
Hi There <br />I am an entry level developer and{" "} | ||
<span className="Red"> Red Hat System Administrator </span> . I | ||
have passion for creating websites and constantly strive to | ||
improve my skills. I am able to complete projects independently | ||
with a high level of efficiency. I am excited to bring my skills | ||
and experience to new challenges and opportunities{" "} | ||
</p> | ||
</div> | ||
</div> | ||
<div className="about-content"></div> | ||
</div> | ||
</section> | ||
); | ||
}; | ||
|
||
export default about; |
Oops, something went wrong.