Skip to content

Commit

Permalink
+ added Typed.js
Browse files Browse the repository at this point in the history
+ Updated portfolio
+ Styling
  • Loading branch information
BE-CH committed Oct 8, 2022
1 parent 0f59711 commit 83a490e
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 22 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dependencies": {
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"typed.js": "^2.0.12"
},
"devDependencies": {
"eslint": "^7.30.0",
Expand Down
66 changes: 45 additions & 21 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import Head from 'next/head';
import styles from '../styles/Home.module.css';
import Typed from 'typed.js';
import { useEffect } from 'react';

export default function Home() {
async function linkedinclick() {
Expand All @@ -8,6 +10,18 @@ export default function Home() {
}
}

useEffect(() => {
var options = {
strings: ['website', 'app', 'database', 'Docker containers', 'web solution'],
typeSpeed: 60,
backSpeed: 60,
loop: true,
showCursor: false,
backDelay: 5000,
};
new Typed('.testelement', options);
}, []);

return (
<div className={styles.container}>
<Head>
Expand All @@ -25,9 +39,12 @@ export default function Home() {
<h1 className={styles.title}>Bech Solutions</h1>

<p className={styles.description}>
Currently working on your <code className={styles.code}>website</code>!
Currently working on your{' '}
<code className={styles.code}>
<span className="testelement"></span>
</code>
!
</p>
<p className={styles.small}>That&apos;s why there isn&apos;t much here 😅</p>

<div className={styles.grid}>
<div className={styles.aboutMeCard}>
Expand All @@ -42,12 +59,17 @@ export default function Home() {
<div className={styles.card}>
<h2>My skills &rarr;</h2>
<p>
My primary focus is on Javascript, Typescript, HTML and CSS. I have worked with front-end libraries such
as React.js, Next.js, Svelte, Fabric.js and more. In terms of back-end I have been working with Node.js,
Nest.js, Express.js and more!
My primary focus is <mark>Javascript</mark>, <mark>Typescript</mark>, <mark>HTML</mark> and{' '}
<mark>CSS</mark>. I have worked with front-end libraries such as <mark>React.js</mark>,{' '}
<mark>Next.js</mark>, <mark>Svelte</mark>, <mark>Fabric.js</mark> and more. In terms of back-end I have
been working with <mark>Node.js</mark>, <mark>Nest.js</mark>, <mark>Express.js</mark> and more!
</p>
<br />
<p>My go-to database is MongoDB but I am also skilled in PostgreSQL and MSSQL.</p>
<p>
My go-to database is <mark>MongoDB</mark> but I am also skilled in <mark>SQL</mark> using{' '}
<mark>PostgreSQL</mark> and <mark>MSSQL</mark>. In terms of organizing and running everything, I like
doing it inside containerized environments using <mark>Docker</mark>!
</p>
<div className={styles.icons}>
<div className={styles.actualicons}>
<img src="/icons/javascript.svg" alt="Javascript" />
Expand All @@ -69,30 +91,33 @@ export default function Home() {
<div className={styles.myWorkCardContainer}>
<div className={styles.myWorkCard}>
<a href="https://automat.læringsbevis.dk/" target="_blank" rel="noopener noreferrer">
<img className={styles.myWorkImage} src="/laeringsbevis-automat.png" alt="Nem Animation" />
<img className={styles.myWorkImage} src="/laeringsbevis-automat.png" alt="Læringsbevis" />
<p>Læringsbevis Automat</p>
<p className={styles.myWorkDescription}>
A full-stack web app that helps users create resumes and applications when searching for a new job.
</p>
<p className={styles.myWorkDescription}>Made with Typescript, Nest.js, Next.js and MongoDB.</p>
<p className={styles.myWorkDescription}>
Made with Typescript, Nest.js, Next.js and MongoDB. Containerized with Docker.
</p>
</a>
</div>
<div className={styles.myWorkCard}>
<a href="https://nemanimation.dk" target="_blank" rel="noopener noreferrer">
<img className={styles.myWorkImage} src="/nemanimation.jfif" alt="Nem Animation" />
<p>Nem Animation</p>
<a href="https://pongit.dk" target="_blank" rel="noopener noreferrer">
<img className={styles.myWorkImage} src="/pongit.jpg" alt="PongIT" />
<p>PongIT</p>
<p className={styles.myWorkDescription}>
A full-stack web solution with two seperate panels; a customer-panel and an admin-panel.
A full-stack web solution to support creation and paritcipation of table tennis tournaments.
</p>
<p className={styles.myWorkDescription}>
Made with Node.js, Express.js and MongoDB as back-end. HTML & CSS as front-end.
Made with C#, ASP.NET and EF Core as back-end. Typescript and Next.js as front-end. Containerized
with Docker.
</p>
</a>
</div>

<div className={styles.myWorkCard}>
<a href="https://firstdrawing.com" target="_blank" rel="noopener noreferrer">
<img className={styles.myWorkImage} src="/firstdrawing.png" alt="Nem Animation" />
<img className={styles.myWorkImage} src="/firstdrawing.png" alt="First Drawing" />
<p>First Drawing</p>
<p className={styles.myWorkDescription}>
A full-stack web solution with three seperate panels; a customer-panel, an admin-panel and a
Expand All @@ -105,15 +130,14 @@ export default function Home() {
</div>

<div className={styles.myWorkCard}>
<a href="https://romomotorfestival.dk" target="_blank" rel="noopener noreferrer">
<img className={styles.myWorkImage} src="/romomotorfestival.png" alt="Nem Animation" />
<p>Rømø Motor Festival</p>
<p className={styles.myWorkDescription}>
A full-stack web solution with two seperate panels; a customer-panel and an admin-panel.
</p>
<a href="https://tilbudstracker.dk" target="_blank" rel="noopener noreferrer">
<img className={styles.myWorkImage} src="/tilbudstracker.jpeg" alt="Tilbudstracker" />
<p>Tilbudstracker</p>
<p className={styles.myWorkDescription}>
Made with Node.js, Express.js and MongoDB as back-end. HTML & CSS as front-end.
A full-stack web app, that tracks and highlights the best deals on groceries from Danish
supermarkets.
</p>
<p className={styles.myWorkDescription}>Made with Typescript, Next.js and serverless functions.</p>
</a>
</div>

Expand Down
Binary file added public/pongit.jpg
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/tilbudstracker.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
border: 1px solid #eaeaea8e;
border-radius: 10px;
margin-bottom: 10px;
height: 135px;
object-fit: cover;
object-position: center center;
}

.myWorkCard a {
Expand Down Expand Up @@ -196,6 +199,11 @@
line-height: 1.5;
}

.card mark {
background-color: transparent;
color: #0070f3;
}

.findMyWork {
text-align: center;
width: 100%;
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ __metadata:
next: 11.0.1
react: 17.0.2
react-dom: 17.0.2
typed.js: ^2.0.12
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4540,6 +4541,13 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"typed.js@npm:^2.0.12":
version: 2.0.12
resolution: "typed.js@npm:2.0.12"
checksum: b17ed74438fc525877252e156c6a5471b352e7a74ff72be51c73a7b223159d5d0f38ef8f83ac5913fce16cbb66193f67ae6dc29b2609a655a92b042cb9d12342
languageName: node
linkType: hard

"unbox-primitive@npm:^1.0.1":
version: 1.0.1
resolution: "unbox-primitive@npm:1.0.1"
Expand Down

0 comments on commit 83a490e

Please sign in to comment.