Giter Site home page Giter Site logo

basic-portfolio's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on Spirelands.
  • ๐ŸŒฑ Iโ€™m currently learning about the Salesforce ecosystem.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on web projects, android apps, video game development.
  • ๐Ÿค” Iโ€™m looking for help with art for Spirelands.
  • ๐Ÿ’ฌ Ask me about the video game I'm developing.
  • ๐Ÿ“ซ How to reach me: Aaron Michael's Portfolio
  • โšก Fun fact: I can tell you what day of the week you were born on!

basic-portfolio's People

Contributors

amcnulty avatar

Watchers

 avatar  avatar

basic-portfolio's Issues

Thumbnail label possitioning.

The labels for the thumbnails on the profile page are not positioned correctly when viewed on Firefox or IE.

image

When viewed in chrome it is correct.

image

Social Icon Hovering

I want a clean way to have two icon images stacked on top of each other and when they are hovered over the top one transitions it's opacity to 0 revealing the bottom one. Currently this is working and is cross-browser compatible, however, it is hard coded for this site. I want something that will work cross-browser and is easily duplicated for future projects.

Form labels not activating input.

On the contact me page the labels for the input fields are not able to be focused by clicking on their respective labels.

Expected Response: When a label is clicked on it's respective input should be focused. For example: when the word 'Email' is clicked above the email input field the field should become highlighted and ready for the user to type their email.

Here is my HTML:

 <form>
     <label for="name">Name</label><br>
     <input type="text" name="name" placeholder="Your Name"><br>
     <label for="email">Email</label><br>
     <input type="email" name="email" placeholder="[email protected]"><br>
     <label for="message">Message</label><br>
     <textarea name="message" id="myTextArea" cols="30" rows="10"></textarea><br>
     <input id="submitButton" type="submit" value="Submit">
 </form>

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.