首页 > 其他分享 >创建个人网页

创建个人网页

时间:2024-05-16 15:51:41浏览次数:12  
标签:网页 个人 URL 创建 image Upload link file click

利用github创建个人网页

Upload image file

  1. 使用Github做一个完全免费的个人网站(步骤很细) - 霸都丶傲天的文章 - 知乎
  2. Upload to Imgur :
  • Go to Imgur.
  • Click on the "New post" button at the top.
  • Drag and drop your image or click "Choose Photo/Video" to upload.
  • Once the image is uploaded, right-click on it and select "Open image in new tab".
  • Copy the URL from the new tab.
  1. Upload to Google Photos :
  • Go to Google Photos.
  • Click on the "Upload" button and select your image.
  • Once uploaded, open the image, click on the three-dot menu in the top right corner, and select "Share".
  • Click "Create link" and then copy the link provided.
  • Paste the link in a new tab, right-click the image, and select "Copy image address".

Once you have the URL of your image, replace https://www.example.com/background.jpg in the CSS with your actual image URL.

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
        body {
            font-family: 'Roboto', sans-serif;
            line-height: 1.6;
            background-image: url('YOUR_IMAGE_URL_HERE');
            background-size: cover;
            background-attachment: fixed;
            margin: 0;
            padding: 0;
            color: #333;
        }

Upload pdf file

  1. Upload to Google Drive :
  • Go to Google Drive.
  • Click on the "New" button and select "File upload".
  • Choose your PDF file and upload it.
  1. Get Shareable Link :
  • Once the file is uploaded, right-click on it and select "Get link".

  • Change the link settings to "Anyone with the link" and set the access to "Viewer".

  • Copy the provided link.

    2.Relative URL for the PDF : resume.pdf is a relative URL that links to the resume.pdf file located in the same directory as the index.html file.

<p><a href="resume.pdf" target="_blank">View my CV</a></p>

Tips

  1. On every website, you can right click it in the blank and see the html code.
  2. You can create a html file in txt file and then change its name as .html, then you can open it in browser.

标签:网页,个人,URL,创建,image,Upload,link,file,click
From: https://www.cnblogs.com/crossLH/p/18193695

相关文章

  • 如何用parted创建磁盘的可引导标记
    在使用parted创建磁盘的可引导标记时,主要指的是为某个分区设置“boot”标志,让它成为可引导分区。这通常与创建一个包含引导加载程序(如GRUB)的分区相关联。下面是使用parted为一个分区设置可引导标记的步骤:假设你已经创建了一个分区,并打算将其设置为可引导:启动parted:首先,打开终......
  • 网页布局------小米商城页面布局
    小米商城网址:小米商城-Xiaomi14Ultra、RedmiK70、MIXFOLD3,小米电视官方网站ps:自己写的代码,会和网址有所差异网页结构<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport"content="widt......
  • NSSCTF Round#23 Misc个人专项赛
    画师flag为有意义单词flag<mxfilehost="app.diagrams.net"modified="2024-04-22T09:08:59.622Z"agent="Mozilla/5.0(WindowsNT10.0;Win64;x64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/124.0.0.0Safari/537.36Edg/124.0.0.0"......
  • IDEA2021.2.2使用Spring Initializr创建springboot项目
    使用SpringInitializr创建Springboot项目第一步:输入项目名称、项目所在路径等信息 在选择Java一项时,只有17、21、22选项。其中ProjectSDK一项,代表本地安装的JDK版本。Java一项,代表创建Spring工程时默认的JAVA版本。当选择最低值17时,点击下一步会弹出错误页面,提示“iThere......
  • 使用 PHP 创建 Excel 读取器类
    介绍:PHPExcel-1.8.1读取excel创建ExcelReader类:ExcelReader类旨在从Excel文件中读取数据。它以文件路径作为输入,并提供一个方法来从Excel文件中读取数据。<?phprequire_once"lib/PHPExcel-1.8.1/Classes/PHPExcel.php";classExcelReader{protected$file;......
  • 网页布局-----引入文件
    1、js文件引入引用js文件需要使用script标签,其中必须要要引入jquery.min.js文件<scriptsrc="./jquery.min.js"></script><scriptsrc="./header.js"></script> 在编写js文件时需要保证DOM加载完成,可以将js的内容写在下$(document).ready(function(){//开......
  • 【PB案例学习笔记】-01创建应用、窗口与控件
    写在前面这是PB案例学习笔记系列文章的第一篇,也是最基础的一篇。后续文章中【创建程序基本框架】部分操作都跟这篇文章一样,将不再重复。该系列文章是针对具有一定PB基础的读者,通过一个个由浅入深的编程实战案例学习,提高编程技巧,以保证小伙伴们能应付公司的各种开发需求。文章......
  • 网页布局-------页面滚动到一定位置显示返回顶部按钮
    页面结构<divclass="slide-shop"><ul><li><a><divclass="slide-shop-div"><!--<imgsrc="./images/98a23aae70f25798......
  • 如何摆脱[自我/当下]而考虑到[别人/将来],从而主动为群体和将来行动 在学习通提交解
    培养同理心:尝试从他人的角度看待问题,理解他们的感受和需求。倾听他人:积极倾听并尊重他人的观点和意见,这有助于你更好地理解他们。拓宽视野:阅读、旅行和学习新事物可以帮助你了解不同的观点和文化。长期规划:设定长期目标,并考虑这些目标如何影响你的未来和他人。合作......
  • 使用playwright控制浏览器在服务器端将网页转化为PDF文件
    需求在实际需要中,经常存在需要在服务器端将网页转化为PDF文件保存下来。代码requirements.txt点击查看代码playwrightconvert_pdf.py点击查看代码fromplaywright.sync_apiimportsync_playwright,Playwrightimportargparsedefrun(playwright:Playwright,url......