Giter VIP home page Giter VIP logo

idea2app.github.io's People

Contributors

techquery avatar wangrunlin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

idea2app.github.io's Issues

Footer

  • copyright
  • nav link
  • social media link
  • #47

移动端 左右滚动条

进入主页后会有左右滑动的活动条

测试设备:

  • iPhone Xs (Safari)

  • Xiaomi Redmi K40 (Via)

  • 移动端添加左右边距

成员列表优化

多色标签

bg={text2color(value, ['light'])}

必填字段

  1. 昵称
  2. 职位
  3. 简介
  4. 技能

https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/07375ad047427f96ccd314fb7f35ddba09cd7927/models/Agenda.ts#L27

首页摘要

<section>
<h2 className="my-5 text-center">{t('open_source_project')}</h2>
<GitListLayout defaultData={repositories} />
<footer className="text-center mt-5">
<Button variant="outline-primary" size="sm" href="/open-source">
{t('load_more')}
</Button>
</footer>
</section>

团队发展史

从团队之初发展到现在,经历的种种(找人、洽谈、做项目...),照片以及事件。

email link

  • 配置飞书邮箱 DNS
  • 收集邮箱别名表单

成员招募页

主要内容

我们是怎样的团队

  • 先明确了「只工作,不上班」的工作模式生活方式,再自由探索业务方向
  • 主动跳出 内卷996
  • 遵循「懒人共识」的高效**管理模式 —— 主动者做决定

我们欢迎怎样的人

  • 具备主观能动性 —— 自主管理,所以轻量化管理,而非 轻视管理
  • 具备常识逻辑
  • 认同自由开放平等的价值观

JavaScript 工程师

Python 工程师

产品原型渲染页

  • 桌面端:用自研超级表格组件渲染每个模型
  • 移动端:卡片列表页、详情页、编辑页

成员列表(主页 + 专页)

后端接口

数据源

https://idea2app.feishu.cn/base/bascnFeH8Q37XWX0LLlBB9ojQzf?table=tblJ98JHGEX0o6ij&view=vewV7jECXV

模型参考

https://github.com/idea2app/idea2app.github.io/blob/main/models/Project.ts

前端界面

设计参考

https://ideapp.dev/?section=members

代码参考

静态结构

<Section
id="members"
title="核心成员"
summary="小而美、自下而上生长的学习型团队"
>
<ul className="list-unstyled row mt-5">
{members.map(({ name, GitHub, position, summary }) => (
<MediaObject
key={name}
className="col-12 col-md-6 mb-3"
listItem
image={`https://github.com/${GitHub}.png`}
title={name}
>
<h4 className="text-muted">{position}</h4>
<p className="text-muted">{summary}</p>
</MediaObject>
))}
</ul>
</Section>

滚动列表

https://github.com/idea2app/idea2app.github.io/blob/main/components/Project/index.tsx

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.