項(xiàng)目展示DEMO,個(gè)人簡歷DEMO

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>項(xiàng)目展示DEMO</title>
    <style>
      * {
        margin: 0;
        padding: 0;
      }
      body {
        font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
        background-color: #eee;
      }
      .layout {
        width: 800px;
        min-width: 800px;
        margin: 2em auto;
        text-align: center;
      }
      header>h2, 
      p, 
      div {
        margin: 1em 0;
      }
      header>div a {
        text-decoration: none;
        color: #eee;
        display: inline-block;
        padding: .5em 1em;
        background-color: #bbb;
        border-radius: .25em;
        margin: 1em;
      }
      main>.snapshot {
        width: 400px;
        height: 300px;
        margin: 0 auto;
      }
      main>.snapshot img {
        width: 100%;
        height: 100%;
      }
      main>div a {
        text-decoration: none;
        color: #eee;
        display: inline-block;
        padding: .5em 2em;
        background-color: #bbb;
        border-radius: .25em;
        margin: 1em;
      }
      footer>a {
        text-decoration: none;
        color: #888;
        font-style: italic;
      }
    </style>
</head>
<body>
  <div class="layout">
    <header>
      <h2>My Project</h2>
      <p>Select one or more projects in which you're interested.</p>
      <div>
        <a href="#1" target="blank">Demo1</a>
        <a href="#2" target="blank">Demo2</a>
        <a href="#3" target="blank">Demo3</a>
        <a href="#4" target="blank">Demo4</a>
        <a href="#5" target="blank">Demo5</a>
      </div>
    </header>
    <main>
      <div class="snapshot">
        <img src="http://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1512040939815&di=8d52fe267a1c9a0d583ffd74ea9ed1b7&imgtype=0&src=http%3A%2F%2Fimgqn.koudaitong.com%2Fupload_files%2F2014%2F12%2F31%2FFjluSytKkPpUrVvjAvBPLHyVcb94.jpg" alt="projects snapshot">
      </div>
      <div>
        <a href="#6" target="blank">View Sourse</a>
        <a href="#7" target="blank">Instructions</a>
      </div>
    </main>
    <footer>
      Author: 
      <a href="#">Shaw Roc</a>
    </footer>
  </div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Resume Demo</title>
    <style>
      body {
        font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
      }
      .clearfix::after {
        content: " ";
        display: block;
        clear: both;
      }
      .layout {
        width: 960px;
        min-width: 960px;
        margin: 0 auto;
        background-color: #eee;
        box-shadow: 5px 5px 5px #888;
      }
      header>.avatar {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        background-color: black;
        color: #fff;
        font-size: 2em;
        position: relative;
        display: inline-block;
        margin: 2em 1em 2em 2em;
        vertical-align: middle;
      }
      header>.avatar::before{
        content: "S";
        position: absolute;
        top: 15px;
        left: 15px;
      }
      header>.avatar::after {
        content: "R";
        position: absolute;
        bottom: 15px;
        right: 15px;
      }
      header>.avatar span {
        border: 1px solid #fff;
        position: absolute;
        width: 60%;
        transform: rotateZ(-45deg);
        top: 50%;
        left: 20%;
      }
      header>.name,.info {
        display: inline-block;
        vertical-align: middle;
      }
      header>.name {
        margin-right: 17em;
      }
      header>.name :nth-child(1) {
        font: 2em normal;
        color: #333;
        margin: .5em 0;
      }
      header>.name :nth-child(2) {
        font: 1em normal;
        color: #444;
        margin: 1em 0;
      }
      header>.info h3 {
        border-bottom: 3px solid #444;
        margin-bottom: 1em;
      }
      header>.info h3~p:first-letter {
        font-weight: bold;
        margin-right: 1em;
      }
      main, footer {
        margin: 2em;
      }
      main>h2::after {
        content: " ";
        display: block;
        width: 40%;
        margin: 1em 0;
        border-bottom: 1px solid #ccc;
      }
      main>.Ex {
        border-left: 1px solid #666;
        position: relative;
        left: 1em;
      }
      main>.Ex li {
        list-style: none;
        margin: 1em 0;
        position: relative;
      }
      main>.Ex li::before {
        content: " ";
        display: block;
        width: .625em;
        height: .625em;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        left: -2.8em;
      }
      footer>.aside-left, 
     .aside-right {
        width: 400px;
        float: left;
        margin-right: 3em;
      }
      footer>.aside h2:after {
        content: " ";
        display: block;
        width: 100%;
        margin: 1em 0;
        border-bottom: 1px solid #ccc;
      }
      footer>.aside li {
        list-style: none;
        margin: 1em 0;
        position: relative;
      }
      footer>.aside-left h3::before {
        content: " ";
        display: block;
        width: 1em;
        height: 1em;
        border: 1px solid #000;
        border-radius: 50%;
        position: absolute;
        left: -2em;
      }
      footer>.aside-left h3::after {
        content: "+";
        display: block;
        position: absolute;
        left: -1.75em;
        top: 0;
      }
      footer>.aside-right ol li {
        width: 180px;
        float: left;
        margin-top: -1em;
      }
     
      footer>.aside-right h3::before {
        content: " ";
        display: block;
        width: 1em;
        height: 1em;
        border: 1px solid #000;
        border-radius: 50%;
        position: absolute;
        left: -2em;
      }
      footer>.aside-right h3::after {
        content: "+";
        display: block;
        position: absolute;
        left: -1.75em;
        top: 1em;
      }

    </style>
</head>
<body>
  <div class="layout">
    <header class="clearfix">
      <div class="avatar">
        <span></span>
      </div>
      <div class="name">
        <h2>Shaw Roc</h2>
        <h6>Graphic&Web Designer</h6>
      </div>
      <div class="info">
        <h3>CONTACTS</h3>
        <p>A Suzhou, Jiangsu, PR.China</p>
        <p>M 150 8888 8888</p>
        <p>E coldplay1204@hotmail.com</p>
        <p>W www.reibang.com/u/2c1354e9c9d1</p>
      </div>
    </header>
    <main>
      <h2>WORK EXPERIENCE</h2>
      <ol class="Ex">
        <li>
          <h3>Sales/ 2011-2013</h3>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet tempore deleniti dignissimos officiis earum enim natus possimus, error ullam est totam saepe? Mollitia minima provident, eum assumenda aliquid maiores ipsum.</p>
        </li>
        <li>
          <h3>Sales/ 2011-2013</h3>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet tempore deleniti dignissimos officiis earum enim natus possimus, error ullam est totam saepe? Mollitia minima provident, eum assumenda aliquid maiores ipsum.</p>
        </li>
        <li>
          <h3>Sales/ 2011-2013</h3>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet tempore deleniti dignissimos officiis earum enim natus possimus, error ullam est totam saepe? Mollitia minima provident, eum assumenda aliquid maiores ipsum.</p>
        </li>
      </ol>
      <h2>EDUCATION</h2>
        <ol class="Ex">
          <li>
            <h3>College/ 2008-2011</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet tempore deleniti dignissimos officiis earum enim natus possimus, error ullam est totam saepe? Mollitia minima provident, eum assumenda aliquid maiores ipsum.</p>
          </li>
          <li>
            <h3>High School/ 2005-2008</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet tempore deleniti dignissimos officiis earum enim natus possimus, error ullam est totam saepe? Mollitia minima provident, eum assumenda aliquid maiores ipsum.</p>
          </li>
      </ol>
    </main>
    <footer class="clearfix">
      <div class="aside aside-left">
        <h2>EXTRA CURRICULAR ACTIVITIES</h2>
        <ol>
          <li>
            <h3>Volunteer</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta assumenda nesciunt quos ullam sint nisi, suscipit alias eum, tenetur, commodi natus iusto.</p>
          </li>
          <li>
            <h3>Volunteer</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta assumenda nesciunt quos ullam sint nisi, suscipit alias eum, tenetur, commodi natus iusto.</p>
          </li>
        </ol>
      </div>
      <div class="aside aside-right clearfix"">
        <h2>PROFESIONAL SKILLS</h2>
        <ol>
          <li>
            <h3>HTML&CSS</h3>
          </li>
          <li>
            <h3>JAVASCRIPT</h3>
          </li>
          <li>
            <h3>JQUERY</h3>
          </li>
          <li>
            <h3>PS</h3>
          </li>
          <li>
            <h3>AI</h3>
          </li>
        </ol>
      </div>
    </footer>
  </div>
</body>
</html>
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市章钾,隨后出現(xiàn)的幾起案子穿铆,更是在濱河造成了極大的恐慌,老刑警劉巖实牡,帶你破解...
    沈念sama閱讀 206,311評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件陌僵,死亡現(xiàn)場離奇詭異,居然都是意外死亡创坞,警方通過查閱死者的電腦和手機(jī)碗短,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,339評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來题涨,“玉大人偎谁,你說我怎么就攤上這事「俣拢” “怎么了巡雨?”我有些...
    開封第一講書人閱讀 152,671評論 0 342
  • 文/不壞的土叔 我叫張陵,是天一觀的道長席函。 經(jīng)常有香客問我铐望,道長,這世上最難降的妖魔是什么茂附? 我笑而不...
    開封第一講書人閱讀 55,252評論 1 279
  • 正文 為了忘掉前任正蛙,我火速辦了婚禮,結(jié)果婚禮上营曼,老公的妹妹穿的比我還像新娘乒验。我一直安慰自己,他們只是感情好蒂阱,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,253評論 5 371
  • 文/花漫 我一把揭開白布锻全。 她就那樣靜靜地躺著狂塘,像睡著了一般。 火紅的嫁衣襯著肌膚如雪鳄厌。 梳的紋絲不亂的頭發(fā)上睹耐,一...
    開封第一講書人閱讀 49,031評論 1 285
  • 那天,我揣著相機(jī)與錄音部翘,去河邊找鬼硝训。 笑死,一個(gè)胖子當(dāng)著我的面吹牛新思,可吹牛的內(nèi)容都是我干的窖梁。 我是一名探鬼主播,決...
    沈念sama閱讀 38,340評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼夹囚,長吁一口氣:“原來是場噩夢啊……” “哼纵刘!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起荸哟,我...
    開封第一講書人閱讀 36,973評論 0 259
  • 序言:老撾萬榮一對情侶失蹤假哎,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后鞍历,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體舵抹,經(jīng)...
    沈念sama閱讀 43,466評論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,937評論 2 323
  • 正文 我和宋清朗相戀三年劣砍,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了惧蛹。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,039評論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡刑枝,死狀恐怖香嗓,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情装畅,我是刑警寧澤靠娱,帶...
    沈念sama閱讀 33,701評論 4 323
  • 正文 年R本政府宣布,位于F島的核電站掠兄,受9級特大地震影響像云,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜徽千,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,254評論 3 307
  • 文/蒙蒙 一苫费、第九天 我趴在偏房一處隱蔽的房頂上張望汤锨。 院中可真熱鬧双抽,春花似錦、人聲如沸闲礼。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,259評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至慎菲,卻和暖如春嫁蛇,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背露该。 一陣腳步聲響...
    開封第一講書人閱讀 31,485評論 1 262
  • 我被黑心中介騙來泰國打工睬棚, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人解幼。 一個(gè)月前我還...
    沈念sama閱讀 45,497評論 2 354
  • 正文 我出身青樓抑党,卻偏偏與公主長得像,于是被迫代替她去往敵國和親撵摆。 傳聞我的和親對象是個(gè)殘疾皇子底靠,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,786評論 2 345

推薦閱讀更多精彩內(nèi)容