Skip to content

Commit

Permalink
Update content and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp77 committed Dec 20, 2023
1 parent 0b89c5c commit b2af97f
Show file tree
Hide file tree
Showing 13 changed files with 5,952 additions and 24 deletions.
3,701 changes: 3,701 additions & 0 deletions public/assets/css/ionicons.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/assets/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,8 @@ a.btn,
}

.skills.list ul li .name:before {
font-family: "Font Awesome 6 Free";
content: "\f00c";
font-family: "Ionicons";
content: "\f121";
position: absolute;
left: 0;
top: 3px;
Expand Down
Binary file added public/assets/fonts/ionicons790f.eot
Binary file not shown.
2,230 changes: 2,230 additions & 0 deletions public/assets/fonts/ionicons790f.svg
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 public/assets/fonts/ionicons790f.ttf
Binary file not shown.
Binary file added public/assets/fonts/ionicons790f.woff
Binary file not shown.
5 changes: 4 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ const RootLayout: React.FC<LayoutProps> = ({children}) => {
{/* eslint-disable-next-line @next/next/no-css-tags */}
<link rel="stylesheet" href="/assets/css/layout.css"/>
{/* eslint-disable-next-line @next/next/no-css-tags */}
<link rel="stylesheet" href="/assets/css/ionicons.css"/>
{/* eslint-disable-next-line @next/next/no-css-tags */}
<link rel="stylesheet" href="/assets/css/animate.min.css"/>
{/* eslint-disable-next-line @next/next/no-css-tags */}
<link rel="stylesheet" href="/assets/css/orange.css"/>
Expand Down Expand Up @@ -117,7 +119,8 @@ const RootLayout: React.FC<LayoutProps> = ({children}) => {
name="search engines"
content="aeiwi, alexa, alltheWeb, altavista, aol netfind, anzwers, canada, directhit, euroseek, excite, overture, go, google, hotbot. infomak, kanoodle, lycos, mastersite, national directory, northern light, searchit, simplesearch, Websmostlinked, webtop, what-u-seek, aol, yahoo, webcrawler, infoseek, excite, magellan, looksmart, bing, cnet, googlebot"
/>
<meta name="ahrefs-site-verification" content="b850a8261da5283732a7d275f2ca5d60d7241d12a5e3ed0e6f344d91cb22721c"/>
<meta name="ahrefs-site-verification"
content="b850a8261da5283732a7d275f2ca5d60d7241d12a5e3ed0e6f344d91cb22721c"/>

{/*Color*/}
<meta content="#26272c" name="theme-color"/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/section-about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const AboutSection = () => {
</div>
<div className="bts">
<a
href="https://drive.google.com/file/d/11hmDAS5JmTgjmmf4KoB4SjBZMwnFWsqy/view"
href="https://drive.google.com/file/d/1i21Utnz47t_iMScqVPwz_LIx5zS2RYY3/view"
target="_blank"
className="btn fill link"
data-text="Download CV"
Expand Down
4 changes: 0 additions & 4 deletions src/components/layouts/section-list.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import React from "react";

interface item {
name: string;
}

interface ListSectionProps {
title: string;
items: {
Expand Down
10 changes: 8 additions & 2 deletions src/data/experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@ const experienceData: ExperienceData[] = [
},
{
id: 4,
title: "2018 - 2020",
name: "Full Stack Developer - Wreative",
desc: "Creating trusted branding, as well as introducing superior products to facilitate data processing and maintenance. Create custom application development services, maintenance and portfolio websites to make it easier to raise integrity.",
},
{
id: 5,
title: "2020 - 2021",
name: "Web Developer - CV. Batu Beling",
name: "Full Stack Developer - CV. Batu Beling",
desc: "Become a Fullstack Developer by developing and creating internal systems the company uses the Laravel Framework, besides that I also act as IT Support if needed and carry out routine maintenance of the CMS website. I also set the strategy related to digital marketing needed to Get more feedback on social media and websites.",
},
{
id: 5,
id: 6,
title: "2022 - Now",
name: "Back End Developer - AsiaCommerce Network",
desc: "Build API Service for mobile and Front End needs, make improvements and maintenance to available APIs and learn to implement new technologies such as GraphQL, currently still using the Laravel Framework with CI / CD support.",
Expand Down
4 changes: 2 additions & 2 deletions src/data/hard-skill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ export interface HardSkillData {
const hardSkillData: HardSkillData[] = [
{
name: "Programming",
percentage: 90
percentage: 95
},
{
name: "Networking",
percentage: 80
},
{
name: "UI/UX",
percentage: 80
percentage: 89
},
{
name: "Content Creator",
Expand Down
12 changes: 2 additions & 10 deletions src/data/knowledge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,18 @@ export interface KnowledgeData {

const knowledgeData: KnowledgeData[] = [
{ name: "Website hosting" },
{ name: "Android apps" },
{ name: "Advertising services include" },
{ name: "Digital marketing" },
{ name: "Digital Marketing" },
{ name: "Visual Basic .NET" },
{ name: "Mobile framework (Flutter)" },
{ name: "Web framework (Laravel, CodeIgniter)" },
{ name: "CSS, HTML, Javascript" },
{ name: "Javascript" },
{ name: "Wordpress" },
{ name: "CSS framework (Bootstrap, Materialize, etc)" },
{ name: "Library" },
{ name: "Github version control" },
{ name: "Network Installation" },
{ name: "Search engine optimization" },
{ name: "Apps design (Prototype and Mockup)" },
{ name: "Web design (Prototype and Mockup)" },
{ name: "Content creator" },
{ name: "Optimization apps and website" },
{ name: "Database management" },
{ name: "Modern style web and apps" },
{ name: "Operating system optimization and repair" },
{ name: "Mikrotik" },
];

Expand Down
4 changes: 2 additions & 2 deletions src/data/other-skill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const otherSkillData: OtherSkillData[] = [
percentage: 85
},
{
name: "Microcontroller",
percentage: 76
name: "DevOps",
percentage: 77
}
];

Expand Down

0 comments on commit b2af97f

Please sign in to comment.