Code Monkey home page Code Monkey logo

connect-your-tribe-profile-card's Introduction

connect-your-tribe-profile-card's People

Contributors

kaankalmi avatar koopreynders avatar ju5tu5 avatar joostf avatar robin1224 avatar suustenvoorde avatar

connect-your-tribe-profile-card's Issues

Feedback Fatih:

Prima opzet
Je weet wat je moet doen met de API
Gooi alleen wat meer creativiteit in je opdracht. Het lijkt zo saai....

Top : Data uit API halen

<li><a href="tel:<%= data.phone_number %>"> <%= data.phone_number%> </a></li>
<li><a href="mailto:<%= data.email %>"> <%= data.email %> </a></li>
<li><a href="https://github.com/KaanKalmi"> <%= data.github_handle %> </a></li>

Volgendsmij heb je dit al goed door, nice dat je het gebruikt voor je contactgegevens.

fluctuating TBT

Total Blocking Time fluctuates between:
1010ms to 670ms
all improvement options given by lighthouse added, but its still loading slow?

Geen <html> in je head.ejs

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script defer src="interaction.js"></script>
<link rel="stylesheet" href="style.css">
<title>Visite kaart</title>
</head>
<body>
<div class="container">
<div class="card">
<section class="front">
<img src="<%= data.avatar%>">
<header>
<h1> <%= data.name %> <%= data.surname %> </h1>
<h2> <%= data.nickname%> </h2>
</header>
</section>

Je hebt geen <html> in je head.ejs staan, daarom ook geen lang en geen <!DOCTYPE html>.
Je hebt hem wel afgesloten bij je foot.ejs

Grab cursor op kaartje

WhatsApp Image 2024-02-08 at 10 13 36

Je cursor word een grab wanneer je op je profile card gaat. Waarschijnlijk heeft dit te maken met de audio die je erop heb gezet?

Beter in index.ejs?

<div class="container">
<div class="card">
<section class="front">
<img src="<%= data.avatar%>">
<header>
<h1> <%= data.name %> <%= data.surname %> </h1>
<h2> <%= data.nickname%> </h2>
</header>
</section>

Weet niet of het handig is om dit stukje code van je kaartje in je head.ejs te stoppen. Kan dit niet beter in je index.ejs. Ik weet niet of het de bedoeling was om theoretisch dit bij al je pagina's te gebruiken. correct me if I'm wrong.

Article i.p.v section?

<section class="back">
<img src="<%= data.avatar %>">
<header>
<h1> <%= data.name %> <%= data.prefix %> <%= data.surname %> </h1>
</header>
<ul>
<li><a href="tel:<%= data.phone_number %>"> <%= data.phone_number%> </a></li>
<li><a href="mailto:<%= data.email %>"> <%= data.email %> </a></li>
<li><a href="https://github.com/KaanKalmi"> <%= data.github_handle %> </a></li>
</ul>
<blockquote> <%= data.bio %> </blockquote>
</section>

Kan dit niet beter in een <article> inplaats van een <section>, omdat het kaartje alleen staand is?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.