Skip to content

Commit

Permalink
add: firebase icon; updt: icon view
Browse files Browse the repository at this point in the history
  • Loading branch information
hudaputrasantosa committed Apr 3, 2024
1 parent 4e1de75 commit b45e0e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/assets/icons/firebase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/pages/About/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ContentLayout from "../../components/ContentLayout";
import TimelineSection from "../../components/Timeline";
import { Timeline } from "flowbite-react";
import { HiBriefcase, HiAcademicCap, HiPuzzle } from "react-icons/hi";
import { FaMapMarkerAlt } from "react-icons/fa";
import { FaEye } from "react-icons/fa";
import {
educationExperience,
trainingExperience,
Expand Down Expand Up @@ -32,10 +32,10 @@ const About = () => {
<>
<ContentLayout>
<div className="flex flex-col gap-3 ">
<div className="flex gap-1 lg:text-sm text-xs items-center justify-center border border-gray-200 rounded-lg p-2 lg:w-[104px] w-[90px]">
<FaMapMarkerAlt />
<div className="flex gap-1 text-[13px] items-center justify-center border border-gray-200 rounded-lg p-2 w-[138px]">
<FaEye className="w-4 h-4" />
<p className="font-bold">{visitor}</p>
<p className="font-normal">Visitor</p>
<p className="font-normal">Times Seen</p>
</div>
<section className="flex flex-col gap-4 py-4">
<div className="flex flex-col items-center text-center gap-2 mb-4">
Expand Down
1 change: 1 addition & 0 deletions src/response/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const webProjects = [
`${baseUrl}/icons/react.svg`,
`${baseUrl}/icons/tailwind.svg`,
`${baseUrl}/icons/flowbite.svg`,
`${baseUrl}/icons/firebase.svg`,
`${baseUrl}/icons/api.svg`,
],
repo: "https://github.com/hudaputrasantosa/hudaputrasantosa.github.io",
Expand Down

0 comments on commit b45e0e8

Please sign in to comment.