Skip to content

Commit

Permalink
Added some modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophinaz committed Oct 15, 2024
1 parent 87fc598 commit f9ec946
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
14 changes: 9 additions & 5 deletions src/Components/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ import React from 'react'
const Experience = () => {
return (
<div name="experience" className=' space-y-6'>
<div className=' space-y-6'>
<h1 className=' font-bold text-3xl'>Developed AI-integrated learning platform</h1>
<p className=' text-lg font-light'>Within a team of five, we developed AI-integrated learning platform that can be used by students to learn and practice their courses.
It encompasses features like question generation from uploaded documents, enhancing educational content
creation and features for teachers to grade students' work and provide refined assignments.
</p>
</div>
<div className=' space-y-6'>
<h1 className=' font-bold text-3xl'>Developed a java chat app</h1>
<p className=' text-lg font-light'>within a team of two, we developed a simple a java chat app with pure java including the user interface.
<p className=' text-lg font-light'>Within a team of two, we developed a simple a java chat app with pure java including the user interface.
we used java swing for the UI and the app runs on our machine.
We also made the app to communicate within different pcs using sockets.</p>
</div>
<div className=' space-y-6'>
<h1 className=' font-bold text-3xl'>Developed informational static website</h1>
<p className=' text-lg font-light'> Developed this as a personal project and used it mainly to learn the react and also help e hone my skills in html and css frameworks specifically tailwindcss. Built it by learning a course. </p>
</div>

<div className=' space-y-6'>
<h1 className=' font-bold text-3xl'>Developed a movie information site with react</h1>
<p className=' text-lg font-light'>This was when I was taking react course from GDG(Google's Developers Group) and built this website as a learning project in the class. I learnt a lot and also earned a certificate.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Hero = () => {

<div className=' space-y-24 md:w-1/2'>
<h2 className='text-4xl'>Hello, I'm Sophonias, Web developer and Competitive programmer</h2>
<p>As a front-end web developer and Electrical and Computer Engineering at AAiT, I have craftes my skills in javascript and python languages.
<p>As a software developer and Electrical and Computer Engineering at AAiT, I have crafted my skills in javascript and python languages.
I have passion for creative works and developments.
In here you will find almost everything about me. Try to about me here on this site and if you are intersted contact me.</p>
<h2 className='p-2 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full'><a href="https://www.linkedin.com/in/sophonias-demiss-3020b62ab/"> Contact?</a></h2>
Expand Down
24 changes: 12 additions & 12 deletions src/Components/Projects.jsx
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
import React from 'react'
import portfo from "../assets/portfolio.png"
import educate from "../assets/educate.png"
import learned from "../assets/learn.png"
import git from "../assets/githublogo.jpg"
import manage from "../assets/manage.png"

const Projects = () => {
return (
<div name="projects" className='flex flex-wrap justify-around'>
<div className='cursor-pointer mb-14 hover:bg-gray-800 p-2 bg-gray-950 border-2 rounded-xl space-y-5 w-3/4 md:w-2/5'>
<img className=' w-full rounded-xl' src={educate} alt="" />
<div className='cursor-pointer mb-14 p-2 bg-gray-950 border-2 rounded-xl space-y-5 w-3/4 md:w-2/5'>
<img className=' w-full rounded-xl' src={learned} alt="" />

<h1 className='text-3xl font-bold'>Informational Website</h1>
<p>This website describes the services and environments of a university</p>
<a href="https://alleducation.vercel.app/"><h2 className=' hover:bg-slate-600 p-2 pl-7 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full'>open</h2></a>
<h1 className='text-3xl font-bold'>LearnEd</h1>
<p>Platform that streamlines classroom management for teachers and enhances students' learning experiences through AI-powered tools.</p>
<a href="https://github.com/Sophinaz/LearnEd"><h2 className=' hover:bg-slate-600 p-2 pl-7 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full mt-2'>open</h2></a>
</div>

<div className='cursor-pointer mb-14 hover:bg-gray-800 p-2 bg-gray-950 border-2 rounded-xl space-y-5 w-3/4 md:w-2/5'>
<div className='cursor-pointer mb-14 p-2 bg-gray-950 border-2 rounded-xl space-y-5 w-3/4 md:w-2/5'>
<div className=' bg-black'><img className='pt-4 mx-auto w-1/2 h-48 rounded-xl' src={git} alt="" /></div>
<h1 className='text-3xl font-bold'>Java chat app</h1>
<p>simple java chat app that uses socket and was made by using swing</p>
<a href="https://github.com/Sophinaz/Java-chat-application"><h2 className=' hover:bg-slate-600 p-2 pl-7 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full'>open</h2></a>
<a href="https://github.com/Sophinaz/Java-chat-application"><h2 className=' hover:bg-slate-600 p-2 pl-7 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full mt-2'>open</h2></a>
</div>

<div className='cursor-pointer mb-14 hover:bg-gray-800 p-2 bg-gray-950 border-2 rounded-xl space-y-5 w-3/4 md:w-2/5'>
<div className='cursor-pointer mb-14 p-2 bg-gray-950 border-2 rounded-xl space-y-5 w-3/4 md:w-2/5'>
<img className=' w-full rounded-xl' src={portfo} alt="" />

<h1 className='text-3xl font-bold'>Personal Portfolio</h1>
<p>This website describes me in terms of professional and presonal background</p>
<a href="https://sophonias-portfolio.vercel.app/"><h2 className=' hover:bg-slate-600 p-2 pl-7 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full'>open</h2></a>
<a href="https://sophonias-portfolio.vercel.app/"><h2 className=' hover:bg-slate-600 p-2 pl-7 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full mt-2'>open</h2></a>
</div>

<div className='cursor-pointer mb-14 hover:bg-gray-800 p-2 bg-gray-950 border-2 rounded-xl space-y-5 w-3/4 md:w-2/5'>
<div className='cursor-pointer mb-14 p-2 bg-gray-950 border-2 rounded-xl space-y-5 w-3/4 md:w-2/5'>
<img className=' w-full rounded-xl' src={manage} alt="" />

<h1 className='text-3xl font-bold'>simple-webpage</h1>
<p>I built this to hone my tailwindcss skills and it also uses some javascript</p>
<a href="https://github.com/Sophinaz/manage-cloned-website"><h2 className=' hover:bg-slate-600 p-2 pl-7 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full'>open</h2></a>
<a href="https://github.com/Sophinaz/manage-cloned-website"><h2 className=' hover:bg-slate-600 p-2 pl-7 mx-auto cursor-pointer bg-slate-400 w-24 rounded-full mt-2'>open</h2></a>
</div>


Expand Down
Binary file added src/assets/learn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9ec946

Please sign in to comment.