Skip to content

Commit

Permalink
fix(project): added download btn
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Dec 15, 2021
1 parent 350dcfd commit 5037dc2
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
27 changes: 27 additions & 0 deletions src/Pages/Projects/Project/Project.css
Original file line number Diff line number Diff line change
Expand Up @@ -1351,3 +1351,30 @@ section:after {
.overview-descrp {
width: 85%;
}
.app {
margin-top: 2rem;
}

.button {
text-decoration: none;
color: whitesmoke;
padding: 1em 2em;
background-color: #afbac3;
border: 0.16em solid white;
border-radius: 5em;
font-size: 1.5rem;
}
.button i {
margin: 0 0.75em 0 0;
}
.highlight {
background-color: white;
color: #afbac3;
}
.button:hover {
background-color: transparent;
text-decoration: none;
color: #afbac3;
box-shadow: 0 16px 30px -20px black;
transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.3s ease;
}
2 changes: 1 addition & 1 deletion src/Pages/Projects/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
import React from 'react';
import './Projects.css';
import {projectData} from './ProjectsData';
import ProjectCard from '../../Components/Cards/projectCard';
import ProjectCard from '../../Components/Cards/project';
import { StyledHr } from '../../Layout/Hr/styledHr';

const Projects = () => {
Expand Down
28 changes: 28 additions & 0 deletions src/Pages/Projects/ProjectsData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,34 @@ export const projectData = [
prototype: 'https://xd.adobe.com/view/2dfae5a0-462d-47b2-a786-403c443a6f2e-78a9/',
source: ['120 hours','Freelance project'],
websites: ['https://www.social-ring.com/', '/'],
app: 'https://apps.apple.com/us/app/social-ring/id1551446005',
design: 'As the Full-Stack Developer, I was responsible of building the entire UI for the IOS app and website, and redefining the User Experience. One of the most exciting experience was integrating the entire implementing the application with Swift with zero direction given. Allowing the freedom to explore different design patterns.',
designImg: 'https://i.imgur.com/MrONCmd.png',
designColor: {"mediumslateblue":'#8a4dec', "royalblue": '#4133ee',"blueviolet": '#991be2', "white": '#fff', "mediumvioletred": '#c0318b'},
typography: {"Kanit":'https://i.imgur.com/rqr4rxj.png', "Muslish": 'https://i.imgur.com/xAvfb0q.png'},
uiDesignImg: [ 'https://i.imgur.com/i8bkYCv.png','https://i.imgur.com/VAcp7Js.png'],
userFlows: 'User flows and tasks all being from the home page. It gives us the overview of the border categories you can select from. Once an image is selected and a border the user can edit the image with a filer or with text. They can also, adjust the border color. The final step is giving the user the ability to save the image to the iPhoto library.',
mainFunctions: ['Photo Editing', 'Social Media Marketing'],
goal: 'The primary app idea is to allow users to easily create and customize photos for social media. Whether it\'s LinkedIn, Facebook, Instagram, or Clubhouse. There are many similar apps already on the market, however most of them do not provide diverse custom borders and they are cluttered with ads.\n\n Our main requirements has always been to keep the app usable, reliable, functional, aesthetically minimal, simple and clean. With a consistent and intuitive user experience, providing value to our users, keeping them satisfied and engaged. Our reviews on App Store show the need for diversity and inlusion.\n\n After our first launch we have closely monitored and collected feedback from customers. We have addressed and implemented all of the most requested borders. Our app was growing and at the we had over 500+ active users. As we were identifying new opportunities to scale the app, we have decided to prepare a better foundation to support future ideas and direction. Redesigning and rebuilding the app in code was a necessary step to move forward.',
version: 'Social Ring v2.0'
},
{
id: 2,
headerImg: 'https://i.imgur.com/6A3AmyJ.jpg',
name: 'Univercity Hangout',
headline: 'Internal Social Platform',
role: ' Software Developer Lead',
context: ' IOS App Creation',
date: ' Winter 2021',
img: "https://i.imgur.com/6A3AmyJ.jpg",
title: 'UniverCity Hangout',
background: 'Univercity Hangout is an internal social media platform that allows parents, and y employees to share the activites their childern on in.',
objectives: 'Allow parents to get more involved in their childerns after school experiences.',
subHeading: 'A driector at the Y found it challenging to get parent interaction to coincide with his employeees efforts.',
prototype: 'https://xd.adobe.com/view/2dfae5a0-462d-47b2-a786-403c443a6f2e-78a9/',
source: ['120 hours','Freelance project'],
websites: ['https://www.social-ring.com/', '/'],
app: '',
design: 'As the Full-Stack Developer, I was responsible of building the entire UI for the IOS app and website, and redefining the User Experience. One of the most exciting experience was integrating the entire implementing the application with Swift with zero direction given. Allowing the freedom to explore different design patterns.',
designImg: 'https://i.imgur.com/MrONCmd.png',
designColor: {"mediumslateblue":'#8a4dec', "royalblue": '#4133ee',"blueviolet": '#991be2', "white": '#fff', "mediumvioletred": '#c0318b'},
Expand Down

0 comments on commit 5037dc2

Please sign in to comment.