Desmond Lartey
Desmond Lartey
  • 49
  • 6 389
Publish your portfolio online without any programming experience
Ready to share your work with the world? In this step-by-step guide, I'll show you how to take your HTML portfolio and deploy it online using GitHub Pages-all for FREE!
What You'll Learn in This Video:
✅ Common mistakes to avoid, when editing an HTML, javascript or CSS code.
✅ The exact settings to enable GitHub Pages deployment.
✅ How to upload your index.html to a GitHub repository.
✅ How to customize your site for a polished, professional look.
Key Things to Watch Out For:
File Structure 🗂️
Ensure your index.html is in the root folder of your repository.
Example:
✅ Correct: index.html at the top level of your repository.
❌ Incorrect: index.html buried inside a folder like mywebsite/index.html.
Branch Selection
In the GitHub Pages settings, select the branch where your files are stored.
If your portfolio is on the main branch, make sure you choose main.
Wait for Deployment
GitHub takes 1-2 minutes to deploy your site. Be patient! Refresh the GitHub Pages URL once it's ready.
Customizing the Look
Update your title tag to personalize the page.
Example: Change "Massively by HTML5 UP" to "My Portfolio - [Your Name]".
Replace default text and images in sections like headings and articles to reflect your projects.
Test Your Site
Open your new URL (e.g., yourusername.github.io/) to make sure it looks right.
Fix any broken links or missing images.
Source: html5up.net/
Source code: github.com/desmond-lartey/portfolio-example
มุมมอง: 134

วีดีโอ

Clip Raster or Extract by Mask? | Know the difference
มุมมอง 2914 วันที่ผ่านมา
Do you use "Clip" or "Extract by mask"? There isn't so much diff in their outputs, BUT you will alter the data structure with one of these choices...... Know the difference ⤵️ 𝐂𝐥𝐢𝐩 𝐑𝐚𝐬𝐭𝐞𝐫 1. When you use the Clip Raster tool, you will notice that it aligns the output to the smallest bounding box around the geometry. This ignores the original grid structure. 2. If your geometry does not align pe...
#30daymapchallenge | Visualize Accessibility Hotspots for your area of interest using OpenStreetMap
มุมมอง 822 หลายเดือนก่อน
Visualize Accessibility hotspots
#30daymapchallenge How to Create a Heatmap in QGIS | Symbology style and Kernel Density Estimation
มุมมอง 722 หลายเดือนก่อน
Source data: data.police.uk/data/
Using ChatGPTs for mapping geographic data
มุมมอง 702 หลายเดือนก่อน
This day is all about prompt engineering. Use AI tools like DALL-E, MidJourney, Stable Diffusion, or ChatGPT with geospatial capabilities to create a map based on AI-generated content. The challenge is to get the right prompt and critically assess the output-how well does AI capture or distort the map's intent? Source: github.com/desmond-lartey/MapChallenge/tree/Fires/2024
How to Set up your Earth Engine enabled Cloud Project | Transition to Cloud projects
มุมมอง 2942 หลายเดือนก่อน
How to Set up your Earth Engine-enabled Cloud Project [ACTION REQUIRED NOTICE] Hello Earth Engine User, We are writing to let you know about key updates for Earth Engine's noncommercial offerings starting September 16, 2024. These updates are time-sensitive and may require you to change how you access Earth Engine. Please note that Earth Engine will continue to remain free for noncommercial use...
#30daymapchallenge | Population density spike maps
มุมมอง 1082 หลายเดือนก่อน
In this video, we will focus on making Population density spike maps in QGIS. Our focus in this video is to experiment with different symbology parameters. Data Source: hub.worldpop.org/ MapChallenge: github.com/desmond-lartey/MapChallenge/tree/Fires/2024
#30daymapchallenge | Make a 5 minute map with PrettyMap Python Library
มุมมอง 552 หลายเดือนก่อน
We will explore a simple way to make a map with the PrettyMap streamlit application. Link: prettymapp.streamlit.app/ Documentation: github.com/chrieke/prettymapp/tree/main Github: github.com/desmond-lartey/MapChallenge
#30daymapchallenge | Raster - Create NDVI Animation from MODIS data
มุมมอง 1402 หลายเดือนก่อน
In this video, we will create an NDVI animation from a MODIS data Load the MODIS NDVI ImageCollection. Define a mask for the desired location (e.g., Ghana). Add the Day of the Year (DOY) as a property to each image. Filter the collection for a specific date range (e.g., Jan 2019 - Dec 2020). Define a filter to match images by DOY. Join the filtered collection with the original collection based ...
#30daymapchallenge | Oceania - Timelapse Animation with GOES-16 data
มุมมอง 522 หลายเดือนก่อน
Create a simple timelapse animation of a climate event with the GOES-16 data Source: gist.github.com/giswqs/4dff7165c830b8aa82f02f5ccc744eea Users can adjust the center, zoom, roi, start_date, end_date, and frames per second to focus on their region and desired time period. This script pulls data from GOES-16 to create a weather timelapse and can be adapted for different regions, times, and dat...
How to create a grid layer in QGIS
มุมมอง 352 หลายเดือนก่อน
A particularly helpful feature when producing maps is to include grids around the edges of your map. Qgis help you add this and you also have control to adjust the coordinates additions and how it should appear on the map layout
#30daymapchallenge | Make Elevation map of Africa with different QGIS styling
มุมมอง 642 หลายเดือนก่อน
Here, we will explore different symbology types in QGIS to see how we can best visualise elevation data. There is no one-way solution. You have to explore the different symbology and layer types to see which one is a good representation Source data: github.com/desmond-lartey/MapChallenge/tree/Fires/2024
#30daymapchallenge | Make Elevation map of USA with different QGIS styling
มุมมอง 1462 หลายเดือนก่อน
Here, we will explore different symbology types in QGIS to see how we can best visualise elevation data. There is no one-way solution. You have to explore the different symbology and layer types to see which one is a good representation Source data: github.com/desmond-lartey/MapChallenge/tree/Fires/2024
#30daymapchallenge | River Networks with QGIS Expressions
มุมมอง 442 หลายเดือนก่อน
This tutorial is adapted from www.qgistutorials.com/en/docs/3/river_styling_expressions.html The goal is that we will explore different expression combinations for colour and stroke width. Follow the blogpost for the tutorial and check my attached file to use any of the Expression combinations. Expression file: github.com/desmond-lartey/MapChallenge/blob/Fires/2024/Day14/Expressions.txt
#30daymapchallenge | Choropleth Map with GDP data (1954-2024)
มุมมอง 382 หลายเดือนก่อน
We will learn how to extract GDP product, simulate future growth and visualise it using a choropleth technique. Code: github.com/desmond-lartey/MapChallenge/tree/Fires/2024 Let me know if you have questions
#30daymapchallenge | Density Maps with a Hexagonal Grid in QGIS
มุมมอง 2072 หลายเดือนก่อน
#30daymapchallenge | Density Maps with a Hexagonal Grid in QGIS
#30daymapchallenge Asia | River Networks with QGIS Expressions
มุมมอง 442 หลายเดือนก่อน
#30daymapchallenge Asia | River Networks with QGIS Expressions
#30daymapchallenge | Introduction
มุมมอง 1763 หลายเดือนก่อน
#30daymapchallenge | Introduction
#30daymapchallenge | Lines
มุมมอง 903 หลายเดือนก่อน
#30daymapchallenge | Lines
#30daymapchallenge | What makes a map Good or Bad?
มุมมอง 573 หลายเดือนก่อน
#30daymapchallenge | What makes a map Good or Bad?
#30daymapchallenge | Points - Create Timeseries Animation from Population data
มุมมอง 2393 หลายเดือนก่อน
#30daymapchallenge | Points - Create Timeseries Animation from Population data
#30daymapchallenge | Polygon with GDP per capita data (2022)
มุมมอง 743 หลายเดือนก่อน
#30daymapchallenge | Polygon with GDP per capita data (2022)
Monitoring Land Degradation in QGIS | A Step-by-Step Guide
มุมมอง 2684 หลายเดือนก่อน
Monitoring Land Degradation in QGIS | A Step-by-Step Guide
Top 10 GIS Data Sources | Download Free Shapefiles Raster and Vector Data
มุมมอง 2094 หลายเดือนก่อน
Top 10 GIS Data Sources | Download Free Shapefiles Raster and Vector Data
Find the UTM Zone of Any Place in the World
มุมมอง 1115 หลายเดือนก่อน
Find the UTM Zone of Any Place in the World
#GeoAI Test #2 | Aino for Spatial Planning
มุมมอง 1095 หลายเดือนก่อน
#GeoAI Test #2 | Aino for Spatial Planning
#GeoAI Test #3 | Esri ArcGIS Generative AI Assistant
มุมมอง 945 หลายเดือนก่อน
#GeoAI Test #3 | Esri ArcGIS Generative AI Assistant
#GeoAI Test #4 | GeoSpy AI
มุมมอง 1655 หลายเดือนก่อน
#GeoAI Test #4 | GeoSpy AI
#GeoAI Test #6 | Integration of Esri #ArcGIS with Microsoft365 Copilot
มุมมอง 1425 หลายเดือนก่อน
#GeoAI Test #6 | Integration of Esri #ArcGIS with Microsoft365 Copilot
#GeoAI Test #7 | Pyoneer Visual Statistics
มุมมอง 215 หลายเดือนก่อน
#GeoAI Test #7 | Pyoneer Visual Statistics

ความคิดเห็น

  • @tinsu.a1658
    @tinsu.a1658 29 วันที่ผ่านมา

    please help me how to fix this error QGIS background task for loading assets was terminated. in STAC API browser

    • @desmondlartey31
      @desmondlartey31 24 วันที่ผ่านมา

      @@tinsu.a1658 could you maybe share the error message or a screenshot?.....sometimes if you try to stream or download very large area, then it doesn't work fine.

  • @ZejdzNaZiemie
    @ZejdzNaZiemie หลายเดือนก่อน

    Uff..I thought I don't know how to use this plugin. This tool doesn't work well. It should be more simple - click on the water or road and the AI ​​should generate a shape. Today you have to control, any steps the drawing - it's works slower than a human draws. Not to mention the fact that it should maintain standards and spatial conditions. I have yet to find an AI product worth recommending in QGIS. Anyway, thanks for the video.

  • @rodolfogil7475
    @rodolfogil7475 หลายเดือนก่อน

    Maybe you can share the code to ease deploying… thank you

    • @desmondlartey31
      @desmondlartey31 หลายเดือนก่อน

      Hello, yes, i have shared the code in the description and also in the comment here. Check again github.com/desmond-lartey/Media/blob/Fires/Symbology_Popdensity.py

  • @Boy5638
    @Boy5638 หลายเดือนก่อน

    Hello. I have a question. When I register, don't I lose access to my codes? Thanks for your explanation!

    • @desmondlartey31
      @desmondlartey31 หลายเดือนก่อน

      hello, no you wont loose your code. You can also change the project to a new cloud project you have registered. Assets and everything will be there

    • @Boy5638
      @Boy5638 หลายเดือนก่อน

      @@desmondlartey31 Thanks a lot, Desmond. Best wishes from Brazil.

  • @EmmanuelYerbo
    @EmmanuelYerbo หลายเดือนก่อน

    Good work done Snr. Please do you mind sharing the engine code?

  • @THEDERRI_COEXPEDITIONS
    @THEDERRI_COEXPEDITIONS 2 หลายเดือนก่อน

    Thankyou Desmond Lartey

  • @ManishBam
    @ManishBam 2 หลายเดือนก่อน

    You are doing a great job man. I appreciate your hard work and efforts. But as a viewer here's what I faced: your voice is low and due to it background music is interfering and also subtitles are turned off by you; for whatever reasons (because subtitle sometime helps in understanding some words that are limited by accent to us).

    • @desmondlartey31
      @desmondlartey31 2 หลายเดือนก่อน

      thanks for the feedback. I will try to always turn the subtitles on.

  • @Da_MaSteR_TradOOrR
    @Da_MaSteR_TradOOrR 2 หลายเดือนก่อน

    How are we supposed to hear you if you keep the music volume that high? Thumbs down because this tutorial is totally useless, scrap this crap.

  • @shanowajansari7074
    @shanowajansari7074 2 หลายเดือนก่อน

    Sir your videos and linked posts are very informative. I learn GIS related lot of things from your linkedin posts. can you please make a playlist for complete GEE. Love from India😍😍

    • @desmondlartey31
      @desmondlartey31 2 หลายเดือนก่อน

      thanks for the support

  • @QaziRasel-p5p
    @QaziRasel-p5p 2 หลายเดือนก่อน

    Great work! Can I get the code?

    • @desmondlartey31
      @desmondlartey31 2 หลายเดือนก่อน

      github.com/desmond-lartey/Media/blob/Fires/Symbology_Popdensity.py

  • @RomainKahn
    @RomainKahn 2 หลายเดือนก่อน

    How can we do this?

    • @desmondlartey31
      @desmondlartey31 2 หลายเดือนก่อน

      @RomainKahn this is still underway.