首页 > 其他分享 >团队冲刺2第六天

团队冲刺2第六天

时间:2023-05-28 11:36:43浏览次数:39  
标签:简历 background color big 冲刺 第六天 rgba 团队 255

简历首页的制作

本次的代码如下: 

shouye.html

<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="renderer" content="webkit">
<meta name="force-rendering" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="简历制作神器:在线简历制作平台,免登录直接可用,可导出简历pdf">
<meta name="keywords" content="简历制作,写简历,做简历,个人简历,在线制作简历,简历模板,简历制作神器">
<link rel="stylesheet" href="./css/bootstrap.min.css"/>
<link rel="stylesheet" href="./css/reset.css"/>
<script type="application/javascript" src="./js/bootstrap.bundle.min.js"></script>
<!--通用js-->
<script type="application/javascript">

</script>
<link rel="stylesheet" href="./css/home.css">
<title>智能简历系统</title>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="/">花园简历</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar"
aria-controls="offcanvasNavbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">花园简历</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">首页</a>
</li>
<li class="nav-item">
<a class="nav-link" href="zhuce.jsp">制作简历</a>
</li>
<li class="nav-item">
<a class="nav-link" href="zjr.jsp">简历分析</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section class="big">
<h2 class="text-center">年轻人都在用的简历制作平台</h2>
<br>
<h6 class="text-center">
<strong class="strong1">在线制作</strong>
<span>·</span>
<strong class="strong2">无需登录</strong>
<span>·</span>
<strong class="strong3">一键导出</strong>
</h6>
<a class="go" href="zhuce.jsp">开始制作</a>
<a class="go" href="zjr.jsp">分析简历</a>
<div class="subTitle text-center">
永远不收集任何用户信息!请放心使用!
</div>
<div class="row menu d-xxl-flex d-xl-flex d-lg-flex d-md-none d-sm-none d-none">
<div class="col-lg-3">
<p>简单易用</p>
<p>输入内容,自动生成简历</p>
</div>
<div class="col-lg-3">
<p>定制颜色</p>
<p>自定义简历肤色</p>
</div>
<div class="col-lg-3">
<p>简历分析</p>
<p>大数据分析您的简历</p>
</div>
<div class="col-lg-3">
<p>精准预算</p>
<p>智能结果免费提供</p>
</div>
</div>
</section>

<script type="application/javascript">

function setFooterYear() {
var dom = document.getElementById('copyrightYear');
if (!dom) return;
dom.innerText = new Date().getFullYear();
}

window.addEventListener('load', setFooterYear);
</script>
</body>
</html>

 

reset.css

 

body {
background: #f4f5f6;
}

a {
text-decoration: none;
}

.navbar {
--bs-navbar-brand-margin-end: 2rem;
--bs-navbar-nav-link-padding-x: 1rem;
--bs-navbar-brand-font-size: 1.5rem;
background: white;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

footer {
padding: 1rem 0;
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.7);
background: #39394d;
line-height: 2;
}

footer a {
color: rgba(255, 255, 255, 0.7);
}

footer a:hover {
color: #0078FF;
}




home.css


.big {
overflow: hidden;
background-image: linear-gradient(180deg, #2fa3f6, #0249a1);
color: white;
padding-top: 8rem;
padding-bottom: 8rem;
position: relative;
box-sizing: border-box;
letter-spacing: 0.1rem;
}

@keyframes shoot {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(6deg);
}
100% {
transform: rotate(0deg);
}
}

.big h6 {
color: rgba(255, 255, 255, 0.7);
}

.big strong {
display: inline-block;
transform-origin: right bottom;
}

.big .strong1 {
animation: shoot .4s ease-out 0s normal 1 forwards;
}

.big .strong2 {
animation: shoot .4s ease-out .1s normal 1 forwards;
}

.big .strong3 {
animation: shoot .4s ease-out .2s normal 1 forwards;
}

.go {
box-sizing: border-box;
margin: 1.5em auto 1.5em auto;
width: 9em;
height: 3em;
border-radius: 3em;
display: block;
line-height: 3em;
font-size: 1.5em;
text-align: center;
background-color: #0078FF;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: all ease-out .2s;
color: white;
text-decoration: none;
}

.go:hover {
color: white;
border-radius: 0.8em;
}

.go:visited, .go:active {
color: white;
}

.subTitle {
color: rgba(255, 255, 255, 0.7);
}

.big .menu {
position: absolute;
background-color: rgba(0, 0, 0, 0.2);
height: 6em;
left: 0;
right: 0;
bottom: 0;
}

.big .menu > div {
display: flex;
flex-direction: column;
justify-content: center;
}

.big .menu > div > p {
margin: 0;
text-align: center;
color: white;
opacity: 0.9;
}

.big .menu > div > p:nth-last-child(1) {
margin-top: 0.5em;
opacity: 0.7;
font-size: 0.8rem ;
}

bootstrap.bundle.min.js和bootstrap.min.css两个文件的代码太多,不再展示。

标签:简历,background,color,big,冲刺,第六天,rgba,团队,255
From: https://www.cnblogs.com/5418baga/p/17437964.html

相关文章

  • 团队冲刺2第五天
    ajax实现左侧填写右侧生成内容updateRight.jsp<%@pagelanguage="java"contentType="text/html;charset=UTF-8"pageEncoding="UTF-8"%><!DOCTYPEhtml><html><head><title>更新右侧页面</title><metachars......
  • 冲刺记录
    二阶段冲刺我主要完成的为简历网站首页的制作以及一键生成生成个人简历的部分分工,本次主要为实现简历页面上传个人照片并且隐藏按钮<!--<inputid="file-input"type="file"><imgid="preview-img"src="#"style="width:120px;height:131px;padding:3px;......
  • 团队开发一些思考
    团队项目总结设想和目标我们的项目是智能排班系统。1.我们的软件要解决什么问题?是否定义得很清楚?是否对典型用户和典型场景有清晰的描述?智能排班系统旨在更加高效地管理和优化人员排班流程,以满足各种行业(如医疗、零售、制造业等)的排班需求,其中主要解决以下问题:优化排班流程:......
  • 源代码管理工具:提升团队协作与开发效率的利器
    在软件开发领域,源代码管理是一项至关重要的任务。随着团队规模的扩大和项目复杂性的增加,有效地管理和协调代码的变更变得尤为重要。为了应对这一挑战,源代码管理工具应运而生。本文将介绍源代码管理工具的概念、作用以及一些流行的工具,以帮助读者理解并选择适合自己团队的工具。......
  • 2023冲刺国赛模拟 5.1
    最近感觉自己越来越摆了,看到各位大佬洛谷的月通过量都100以上感到十分震惊,不像我这个废物月通过量只有30。T1无限之环考虑互为子串的两个字符串,容易发现两个串的\(B\)部分字母所组成的集合一定完全相同,考虑两个串的\(A\)部分,如果\(A\)部分的末尾字符属于\(B\)部分......
  • 性能测试监控指标及分析调优 | 京东云技术团队
    一、哪些因素会成为系统的瓶颈?1、CPU,如果存在大量的计算,他们会长时间不间断的占用CPU资源,导致其他资源无法争夺到CPU而响应缓慢,从而带来系统性能问题,例如频繁的FullGC,以及多线程造成的上下文频繁的切换,都会导致CPU繁忙,一般情况下CPU使用率<75%比较合适。2、内存,Java内存一般是通过j......
  • 前端微服务无界实践 | 京东云技术团队
    一、前言随着项目的发展,前端SPA应用的规模不断加大、业务代码耦合、编译慢,导致日常的维护难度日益增加。同时前端技术的发展迅猛,导致功能扩展吃力,重构成本高,稳定性低。因此前端微服务应运而生。前端微服务优势1.复杂度可控:业务模块解耦,避免代码过大,保持较低的复杂度,便于维护与......
  • Elasticsearch之join关联查询及使用场景 | 京东云技术团队
    在Elasticsearch这样的分布式系统中执行类似SQL的join连接是代价是比较大的,然而,Elasticsearch却给我们提供了基于水平扩展的两种连接形式。这句话摘自Elasticsearch官网,从“然而”来看,说明某些场景某些情况下我们还是可以使用的一、join总述1、关系类比在关系型数据库中,以MySQL为......
  • 2023冲刺国赛模拟 4.1
    T1宝石需要统计每种方案中所含宝石的种类数之和,考虑对于每种宝石分开统计,设当前考虑了第\(i\)种宝石,容易发现只需要统计包含这种宝石的方案数,因为对每种宝石的方案数求和就是答案。包含的情况不好考虑,考虑求解不包含这种宝石的方案数,设包含这种宝石的节点构成集合\(S\),容易......
  • Freespire开发团队近日宣布了Freespire 9.5的发布和普及
    Freespire开发团队近日宣布了Freespire9.5的发布和普及,这是这个基于Ubuntu的发行版的最新稳定版本,主要针对那些想从Windows转向Linux的人。基于Ubuntu22.04LTS(JammyJellyfish),Freespire9.5(代号为BlackBalloon)版本为其默认的GNOME42.5桌面环境配备了漂亮的暗色外观,并......