Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavx committed Aug 16, 2022
1 parent 021c414 commit e412544
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 39 deletions.
4 changes: 2 additions & 2 deletions components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ function About() {
id="about"
className="w-full items-center bg-[#f5f5f7] pt-4 dark:bg-[#0c0c0c] md:pt-5"
>
<p className="mx-4 bg-gradient-to-br from-[#fd3a50] via-[#f95a5a] to-[#faa040] bg-clip-text px-7 pt-9 pb-5 text-[48px] font-semibold text-transparent sm:text-[56px] md:mx-5">
<p className="mx-4 w-fit bg-gradient-to-br from-[#fd3a50] via-[#f95a5a] to-[#faa040] bg-clip-text px-7 pt-9 pb-4 text-[48px] font-semibold text-transparent sm:text-[56px] sm:mx-5 md:mx-7 lg:mx-9">
About
</p>
<div className="m-auto mx-4 grid grid-rows-2 gap-4 md:mx-5 md:grid-cols-3 md:grid-rows-1 md:gap-x-5">
<div className="m-auto mx-4 grid grid-rows-2 gap-y-4 sm:gap-y-5 sm:mx-5 md:mx-7 lg:mx-9 md:grid-cols-3 md:grid-rows-1 sm:gap-x-5 md:gap-x-7 lg:gap-x-9">
<Link href="/resume">
<div className="relative rounded-3xl bg-gradient-to-br from-[#fd3a50] via-[#f95a5a] to-[#faa040] px-7 py-9 dark:bg-[#121212] dark:text-white md:col-span-2">
<p className="text-[21px] font-semibold text-white dark:text-[white]">
Expand Down
4 changes: 2 additions & 2 deletions components/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ const Contact = () => {
id="contact"
className="w-full bg-[#f5f5f7] pt-4 dark:bg-[#0c0c0c] dark:text-white md:pt-5"
>
<p className="mx-4 bg-gradient-radial-at-br from-sky-400 to-blue-500 bg-clip-text px-7 pt-9 pb-5 text-[48px] font-semibold text-transparent sm:text-[56px] md:mx-5">
<p className="mx-4 w-fit bg-gradient-radial-at-br from-sky-400 to-blue-500 bg-clip-text px-7 pt-9 pb-4 text-[48px] font-semibold text-transparent sm:text-[56px] sm:mx-5 md:mx-7 lg:mx-9">
Contact
</p>
<div className="m-auto w-full">
<div className="mx-4 grid gap-4 md:mx-5 lg:grid-cols-5">
<div className="mx-4 grid gap-4 sm:gap-5 md:gap-7 lg:gap-9 sm:mx-5 md:mx-7 lg:mx-9 lg:grid-cols-5">
<div className="relative col-span-3 h-[305px] w-full rounded-3xl bg-gradient-radial-at-br from-sky-400 to-blue-500 px-7 py-9 dark:bg-[#151515] lg:col-span-2 lg:h-full">
<p className="text-[21px] font-semibold text-white dark:text-[white]">
Yaroslav Yakupov
Expand Down
8 changes: 5 additions & 3 deletions components/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ import weatherImg from "../public/assets/projects/weather.png";
import upmiImg from "../public/assets/projects/upmi.png";
import { IoIosAddCircle, IoIosAddCircleOutline } from "react-icons/io";

// from-gray-500 via-gray-400 to-gray-700

const Projects = () => {
return (
<div
id="projects"
className="w-full bg-[#f5f5f7] pt-4 dark:bg-[#0c0c0c] dark:text-white md:pt-5"
>
<p className="mx-4 bg-gradient-radial-at-br from-gray-500 via-gray-400 to-gray-700 bg-clip-text px-7 pt-9 pb-5 text-[48px] font-semibold text-transparent sm:text-[56px] md:mx-5">
<p className="mx-4 w-fit bg-gradient-radial-at-br from-fuchsia-600 via-violet-900 to-blue-700 bg-clip-text px-7 pt-9 pb-4 text-[48px] font-semibold text-transparent sm:text-[56px] sm:mx-5 md:mx-7 lg:mx-9">
Projects
</p>

<div className="mx-4 grid gap-4 bg-[#f5f5f7] dark:bg-[#0c0c0c] md:mx-5 md:grid-flow-col md:grid-cols-2 md:grid-rows-4 md:gap-5 lg:grid-cols-4 lg:grid-rows-2">
<div className="mx-4 grid gap-4 sm:gap-5 md:gap-7 lg:gap-9 bg-[#f5f5f7] dark:bg-[#0c0c0c] sm:mx-5 md:mx-7 lg:mx-9 md:grid-flow-col md:grid-cols-2 md:grid-rows-4 lg:grid-cols-4 lg:grid-rows-2">
<div className="hidden rounded-3xl text-center text-white md:col-span-2 md:row-span-1 md:row-start-1 lg:col-span-1 lg:row-span-2 lg:row-start-1 lg:inline">
<ProjectItem
title="Stream"
Expand Down Expand Up @@ -68,7 +70,7 @@ const Projects = () => {
</div>
</Link>
</div>
<div className="rounded-3xl text-center text-white md:row-span-1 md:row-start-3 lg:col-span-1 lg:row-span-1 lg:row-start-2">
<div className="rounded-3xl lg:-mt-[11px] text-center text-white md:row-span-1 md:row-start-3 lg:col-span-1 lg:row-span-1 lg:row-start-2">
<ProjectItem
title="Weather App"
description=""
Expand Down
4 changes: 2 additions & 2 deletions components/Skills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const Skills = () => {
id="techstack"
className="w-full bg-[#f5f5f7] pt-4 dark:bg-[#0c0c0c] dark:text-white md:h-fit md:pt-5"
>
<p className="mx-4 bg-gradient-to-br from-zinc-400 via-sky-600 to-indigo-600 bg-clip-text px-7 pt-9 pb-5 text-[48px] font-semibold text-transparent sm:text-[56px] md:mx-5">
<p className="mx-4 bg-gradient-to-br from-zinc-400 via-sky-600 to-indigo-600 bg-clip-text px-7 pt-9 pb-4 text-[48px] font-semibold text-transparent sm:text-[56px] sm:mx-5 md:mx-7 lg:mx-9">
Tech Stack
</p>
<div className="m-auto mx-4 flex h-full flex-col justify-center rounded-xl bg-gradient-to-bl from-zinc-400 via-sky-600 to-indigo-600 px-7 py-9 pb-20 dark:bg-[#151515] md:mx-5">
<div className="m-auto mx-4 flex h-full flex-col justify-center rounded-xl bg-gradient-to-bl from-zinc-400 via-sky-600 to-indigo-600 px-7 py-9 pb-20 dark:bg-[#151515] sm:mx-5 md:mx-7 lg:mx-9">
<p className="text-[21px] font-semibold text-white dark:text-[white]">
My skills
</p>
Expand Down
172 changes: 151 additions & 21 deletions pages/resume.jsx
Original file line number Diff line number Diff line change
@@ -1,37 +1,167 @@
import React from "react";
import Head from "next/head";
import { FaGithub, FaTelegramPlane } from "react-icons/fa";
import { FaGithub } from "react-icons/fa";
import {BsTelegram} from "react-icons/bs"

const resume = () => {
return (
<>
<div className=" bg-white pb-72 text-black dark:bg-[#0c0c0c] dark:text-white">
<Head>
<title>Resume</title>
<meta
name="description"
content="I'm a front-end web developer specializing in building (and occasionally designing) exceptional digital experiences."
content="I'm a front-end web developer specializing in building exceptional digital experiences."
/>
<link rel="icon" href="/fav.png" />
<link rel="icon" href="/favicon.ico" />
</Head>
<div className="bg-[#f5f5f7] dark:bg-[#0c0c0c] h-screen">
<div className="mx-auto max-w-[940px] p-2 pt-[120px] ">
<p className="mx-4 text-center bg-gradient-to-br from-[#fd3a50] via-[#f95a5a] to-[#faa040] bg-clip-text px-7 text-[56px] font-semibold text-transparent md:mx-5">
Resume
</p>
<p className="mx-4 text-center bg-gradient-to-br from-[#fd3a50] via-[#f95a5a] to-[#faa040] bg-clip-text text-[56px] font-semibold text-transparent md:mx-5">
Yaroslav Yakupov
</p>







<div className="mx-4 h-full sm:mx-5 md:mx-7 lg:mx-9">
<div className="mx-auto max-w-[700px] pt-[77px] ">
<p className="mx-4 bg-gradient-to-br from-[#fd3a50] via-[#f95a5a] to-[#faa040] bg-clip-text px-7 text-center text-[39px] font-semibold text-transparent sm:text-[56px] md:mx-5">
Resume
</p>
<p className="mx-4 bg-gradient-to-br from-[#fd3a50] via-[#f95a5a] to-[#faa040] bg-clip-text text-center text-[39px] font-semibold text-transparent sm:text-[56px] md:mx-5">
Yaroslav Yakupov
</p>
<div className="mt-4 text-center text-[21px] font-semibold uppercase tracking-wider">
<div className="hidden sm:block">
<p>Web Development Complex Problem Solving</p>
</div>
<div className="block sm:hidden">
<p className="">Web Development</p>
<p>Complex Problem Solving</p>
</div>
</div>
<p className="mt-2">
Analytical, innovative, and motivated web development professional
with experience in customer service, team leadership, and
organizational effectiveness in fast-paced and challenging
environments. Adept at developing strategies and driving streamlined
operations. Diverse analytical skills, team collaboration, and
relationship building. Consummate professional, and motivated
leader, with solid interpersonal abilities and complex
problem-solving skills. Effective and proven track record of
critical thinking, idea generation, and optimizing efficiencies.
</p>

{/* Skills */}
<div className="mt-5 text-center">
<h5 className=" text-center text-[21px] font-semibold">
Technical Skills
</h5>
<p className="mt-1">
Front-End Web Developer HTML CSS React Tailwind Firebase
</p>
</div>
<div className="mt-5 text-center">
<h5 className=" text-center text-[21px] font-semibold">
Other Skills
</h5>
<p className="mt-1">Figma Photoshaop Illustrator Autocad</p>
</div>

<h5 className="mt-5 text-center text-[21px] font-semibold">
Professional Experience
</h5>
<div className="mt-3">
<p className="">
<span className="text-[19px] font-semibold">Content Manager</span>
</p>
<p className="font-medium">
Umschool{" "}
<span className="text-gray-500">
May 2021 – July 2022, Saint-Petersburg, Russia
</span>
</p>
<p>Managing process of creating educational content.</p>

<p className="mt-3">
<span className="text-[19px] font-semibold">
Curator and moderator of informatics in online school
</span>
</p>
<p className="font-medium">
Umschool{" "}
<span className="text-gray-500">
March 2021 – July 2022, Saint-Petersburg, Russia
</span>
</p>
<p>
Managing process of students education, help with theoretical
problems over informatics.
</p>

<p className="mt-3">
<span className="text-[19px] font-semibold">
Audit of online school
</span>
</p>
<p className="font-medium">
Umschool{" "}
<span className="text-gray-500">
June 2021 – November 2021, Saint-Petersburg, Russia
</span>
</p>
<p>
Checking materials for any type of nonconformity before
publication.
</p>

<p className="mt-3">
<span className="text-[19px] font-semibold">
Graphic Designer
</span>
</p>
<p className="font-medium">
Umschool{" "}
<span className="text-gray-500">
September 2021 – February 2021, Saint-Petersburg, Russia
</span>
</p>
<p>
Creating educational content for printing. Creating presentations.
</p>
</div>

<div className="mt-5 text-center">
<h5 className="text-center text-[21px] font-semibold">
Образование
</h5>
<p className="mt-2 text-start">
<span className="text-[19px] font-semibold">
Saint Petersburg Mining University
</span>
</p>
<p className="text-start font-medium">
3rd course of Information technologies in management.{" "}
<span className="text-gray-500">Saint-Petersburg, Russia</span>
</p>
</div>

<div className="mt-5 text-center">
<h5 className="mt-1 text-center text-[21px] font-semibold">
Languages
</h5>
<p className="">Russian, English: B2 Advanced</p>
</div>

<div className="mt-5 text-center">
<p className="mt-1 text-center text-[21px] font-semibold">
Contacts
</p>
<p className="mt-1">[email protected]</p>
<a href="https://t.me/yaroslavxx" className="mx-auto flex w-fit items-center mt-1">

<div className=" bg-white ml-2 p-0.5 rounded-lg mr-1.5">
<BsTelegram className="h-[22px] w-[22px] cursor-pointer text-[#0088cc]" />
</div>@yaroslavxx
</a>

<p className="mt-1.5">+7 922 930 94 05</p>

</div>
</div>
</div>
</div>

</>
);
};

Expand Down
2 changes: 1 addition & 1 deletion pages/upmi.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const property = () => {
</div>

<div className="m-auto bg-white dark:bg-black">
<p className="mx-4 bg-gradient-to-l from-stone-400 via-green-400 to-sky-600 bg-clip-text px-7 pt-9 pb-5 text-[48px] sm:text-[56px] font-semibold text-transparent md:mx-5 ">
<p className="mx-4 w-fit bg-gradient-to-l from-stone-400 via-green-400 to-sky-600 bg-clip-text px-7 pt-9 pb-5 text-[48px] sm:text-[56px] font-semibold text-transparent md:mx-5 ">
UPMI
</p>
<div className=" grid gap-4 px-4 md:grid-cols-5 md:gap-5 md:px-5">
Expand Down
4 changes: 2 additions & 2 deletions pages/vids.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const property = () => {
</div>

<div className="m-auto bg-white dark:bg-black">
<p className="mx-4 bg-gradient-to-tr from-slate-500 to-yellow-100 bg-clip-text px-7 pt-9 pb-5 text-[48px] sm:text-[56px] font-semibold text-transparent md:mx-5 ">
<p className="mx-4 w-fit bg-gradient-to-tr from-slate-500 to-yellow-100 bg-clip-text px-7 pt-9 pb-5 text-[48px] sm:text-[56px] font-semibold text-transparent md:mx-5 ">
Vids
</p>
<div className=" grid gap-4 px-4 md:grid-cols-5 md:gap-5 md:px-5">
Expand All @@ -55,7 +55,7 @@ const property = () => {
</div>
</Link>
<p className="flex text-[19px] font-medium text-white dark:text-[white]">
Vids is a video-gallery website that allows members to view some
Vids is a video-gallery website that allows you to view some
nice videos.
</p>
<div className="mt-9 flex gap-x-4">
Expand Down
6 changes: 0 additions & 6 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ html {
@apply font-bold
}

h1 {
@apply text-4xl sm:text-5xl md:text-6xl
}

h2 {
@apply text-4xl
}

li {
@apply cursor-pointer
Expand Down

1 comment on commit e412544

@vercel
Copy link

@vercel vercel bot commented on e412544 Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

y – ./

y-git-main-yaroslavx.vercel.app
y-wheat-eight.vercel.app
y-yaroslavx.vercel.app

Please sign in to comment.