Skip to content

Commit

Permalink
made changes in css
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpa43 committed Mar 15, 2023
1 parent 49e5c57 commit b673c5c
Show file tree
Hide file tree
Showing 50 changed files with 1,688 additions and 1,514 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified package-lock.json
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified public/favicon.ico
100644 → 100755
Empty file.
30 changes: 15 additions & 15 deletions public/index.html
100644 → 100755
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>
48 changes: 24 additions & 24 deletions src/App.js
100644 → 100755
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 removed src/assets/CV.pdf
Binary file not shown.
Empty file modified src/assets/ICON.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/VKTabletDriver_Win1.0.1.8.exe
100644 → 100755
Empty file.
Empty file modified src/assets/backend.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/design.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/edit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/final-removebg-preview.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/final.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/final1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/frontend.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/logl3.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/logo2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/logo4.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/oo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/portfolio photo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/portfolio photo2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/porto.jfif
100644 → 100755
Empty file.
Binary file added src/assets/project3.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 added src/assets/project4.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 added src/assets/project5.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 added src/assets/resume.pdf
Binary file not shown.
Empty file modified src/assets/tools.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
196 changes: 102 additions & 94 deletions src/components/about/about.css
100644 → 100755
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;
}
}
60 changes: 30 additions & 30 deletions src/components/about/about.jsx
100644 → 100755
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;
Loading

0 comments on commit b673c5c

Please sign in to comment.