Giter Site home page Giter Site logo

hello-page's Introduction

HelloPage

PenCode Original URL: HelloPage


Some Basic Options:

  • Import Your Avatar :

Go to index.html

<!-- *{Import Avatar}-->
    <div class="avatarImg">
    <p>
      <img src = 'Avatar Image URL' width="600" height"200" alt="Avatar" /> 
    </p>
    </div>

  • Import Your Background Image:

Go to style.css

body {  
  background: url('**Your Background Image location**');  
  -webkit-background-size: cover;  
  -o-background-size: cover;  
  background-size: cover;  
}  

  • Replace Social Qoute:

Go to index.html

<!-- *{Social Qoute}-->
    <div class="aeroGlass aeroGlassSelf socialLink">
      <ul>
        <li><a href="Blog Page URL"><img src="Image URL" alt="View My Blog Page" /></a></li>
        <li><a href="Your Email"><img src="https://s1.328888.xyz/2022/04/09/X1hjO.png" alt="Send me an email" /></a></li>
        <li><a href="GitHub URL"><img src="https://s1.328888.xyz/2022/04/09/X1leA.png" alt="Follow me on GitHub" /></a></li>
        <li><a href="URL"><img src="Image URL" alt="Customized" /></a></li>
        <li>......</li>
      </ul>
    </div>

  • Customized Music

Go to index.html

<!-- *{Favorite Song}-->
      <div>
      <p class="textNameFont textSong">My Favorite Song</p>
      <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="Music URL"></iframe>
      </div>

To Do:

    • Add Music Player 😍
    • Add own introductory text 😂
    • Add Mobile phone adaptation 🙄
    • Rewrite Footer position 😫
    • Fix known bugs 😢

CopyRight:

The MIT License (MIT)
Copyright (c) 2022 by Leonardo (https://codepen.io/leonardo-asher-grace/pen/wvpyNVr)

hello-page's People

Contributors

romi-brooks avatar

Watchers

 avatar

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.