Git Product home page Git Product logo

mehmetbozkir.github.io's Introduction

MehmetBozkir.github.io

Protfolio Website | Plain and Simple Nextjs.

I continue to update this project in another repo, please follow there. New Repo


๐Ÿ”ง Features

  • Responsive web design :

    • Different designs customized for small and large screens.
  • UI&UX Desigin

  • Ability to communicate directly with the contact section.

  • Easter egg on console.

  • Original and moving design.


๐Ÿ”— Demo

  • Netflify to see and examine by yourself a demo of the site.

๐Ÿ’ฌ Project Innovations/Advantages

Second Project : New Repo

1. Design Improvements :

  • Color transitions have been edited.

2. Connection tab activated :

  • It became active because environment variables were added to the Contact section..

3. General upgrades :

  • Added a downloadable cw.

๐Ÿ“– How to use

To clone and run this application, you'll need Git and ReactJS installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/MehmetBozkir/MehmetBozkir.github.io.git

# Go into the repository
$ cd MehmetBozkir.github.io

# Install dependencies
$ npm install

# Run the app
$ npm run dev

mehmetbozkir.github.io's People

Contributors

mehmetbozkir avatar

Stargazers

 avatar

Watchers

 avatar

mehmetbozkir.github.io's Issues

Responsive Web Design Problems

Hello, I am having a problem while developing my page according to responsive web design. The problem is that there is no problem when I adjust the page for small screens, but when I edit the image on horizontal screens, the codes are also affecting the basic image for computers.

@media only screen and (orientation: landscape) { nav a { font-size: 0.85rem; line-height: 2rem; width: 20%; } .scroller:after { content: ""; } h2 { font-size: xx-large; } nav:after { background: linear-gradient( 90deg, var(--sect1) 0 calc(20vw - 3px), var(--sect2) 0 calc(40vw - 3px), var(--sect3) 0 calc(60vw - 3px), var(--sect4) 0 calc(80vw - 3px), var(--sect5) 0 150vw ); } section { height: 125vh; } }

You can see the code that explodes the system above.

@media only screen and (max-width: 580px) and (orientation: landscape)

Like the code above , The error persists when I combine the small screen and landscape screen codes.

Original Photo: (The above line of code is not added / Font sizes are normal )
oginal_foto

Code Add Photo : ( The above line of code is added / Font sizes are small )
distorted_photo

If you want to review or correct it, the codes are available as comments in the css file.

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.