添加Metronic(作为LFS)
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
frontend/static/*.* filter=lfs diff=lfs merge=lfs -text
|
1
frontend/static/MP_verify_FBI8ONKRLgGpZY93.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
FBI8ONKRLgGpZY93
|
120
frontend/static/about.html
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||||
|
<meta name="keywords" content="">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="author" content="zhengliangquan,ozh.nextinside@gmail.com">
|
||||||
|
|
||||||
|
<title>关于</title>
|
||||||
|
<!--BASE CSS-->
|
||||||
|
<link rel="stylesheet" href="css/base/base.css" />
|
||||||
|
<style>
|
||||||
|
.banner{
|
||||||
|
position:relative;
|
||||||
|
height:13.75rem;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
.banner img{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
.logo{
|
||||||
|
position:absolute;
|
||||||
|
left:50%;
|
||||||
|
bottom:2rem;
|
||||||
|
}
|
||||||
|
.logo-name{
|
||||||
|
font-weight:600;
|
||||||
|
}
|
||||||
|
.main-content{
|
||||||
|
margin: 0 auto;
|
||||||
|
width:64rem;
|
||||||
|
}
|
||||||
|
.slogan{
|
||||||
|
font-weight:600;
|
||||||
|
margin-top:2rem;
|
||||||
|
}
|
||||||
|
.egggo-intro{
|
||||||
|
margin:2rem 0;
|
||||||
|
}
|
||||||
|
.egggo-intro p,.Answer{
|
||||||
|
line-height:1.625rem;
|
||||||
|
margin:0.625rem 0;
|
||||||
|
}
|
||||||
|
.Q_A{
|
||||||
|
margin:3rem 0 4.625rem 0;
|
||||||
|
}
|
||||||
|
.Q_title{
|
||||||
|
color:#86d48d;
|
||||||
|
font-size:1.125rem;
|
||||||
|
font-weight:600;
|
||||||
|
margin:1.5rem 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="banner">
|
||||||
|
<img src="img/banner.jpg"/>
|
||||||
|
<div class="logo">
|
||||||
|
<h4 class="logo-name text-align-center white">蛋壳</h4>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<div class="main-content p0_32">
|
||||||
|
<h4 class="slogan dark-gray">蛋壳 - 发现、搜集移动APP界面</h4>
|
||||||
|
<section class="egggo-intro">
|
||||||
|
<p>
|
||||||
|
蛋壳 是一个帮助产品经理和UI设计师快速发现、搜集优质移动APP界面的社区。在这里,只有最精美、最符合大众审美的界面,你可以
|
||||||
|
快速找到需要的参考界面,帮助你做出更精美的设计。
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
有任何问题,欢迎通过微信号siyuLOVEfish_来反馈,我们需要设计师和产品经理的支持。
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="Q_A">
|
||||||
|
<h4 class="Q_title">Q: 这里有什么样的UI界面?</h4>
|
||||||
|
<p class="Answer">
|
||||||
|
A: 只收录移动设备的界面,目前暂时只收录iOS应用的截图(不是歧视...) 一定是最符合当下设计趋势的UI,包括国内外的各种APP,界面
|
||||||
|
的颜值当然是最基本的标准。质,是我们评判的最大标准。
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h4 class="Q_title">Q: 会在这里看到哪些类型的APP?</h4>
|
||||||
|
<p class="Answer">
|
||||||
|
A: 任何类型的移动APP都有可能被收录,从广义的领域来看,包括社交、效率、工具、摄影、新闻、音乐等。
|
||||||
|
</p>
|
||||||
|
<p class="Answer">
|
||||||
|
我们欢迎以下种类的APP:<br />
|
||||||
|
1. 国内外创业团队的产品<br />
|
||||||
|
2. 已经成熟稳定的大众级产品<br />
|
||||||
|
3. 国外设计精美的小众产品
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h4 class="Q_title">Q: 我可以在这里做什么?</h4>
|
||||||
|
<p class="Answer">
|
||||||
|
A: 你可以直接通过输入关键词,来找到你想需要的UI界面参考,我们同时会提供最常见的一些关键词,供你启发,希望可以做到“哪里
|
||||||
|
不懂搜哪里”。
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
<script src="js/jquery.min.js"></script>
|
||||||
|
<!-- <script type="text/javascript">
|
||||||
|
$(function(){
|
||||||
|
var img=new Image();
|
||||||
|
img.src=$('.banner img').attr('src');
|
||||||
|
img.onload=function(){
|
||||||
|
var $top='-'+$('.banner img').height()*0.25+'px';
|
||||||
|
$('.logo').css('top',$top);
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script> -->
|
||||||
|
|
||||||
|
</html>
|
1
frontend/static/admin/global/css/components.min.css
vendored
Normal file
3
frontend/static/admin/global/css/plugins.min.css
vendored
Normal file
BIN
frontend/static/admin/global/img/accordion-plusminus.png
Normal file
After Width: | Height: | Size: 162 B |
BIN
frontend/static/admin/global/img/ajax-loading.gif
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
frontend/static/admin/global/img/ajax-modal-loading.gif
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
frontend/static/admin/global/img/datatable-row-openclose.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
frontend/static/admin/global/img/flags/ad.png
Normal file
After Width: | Height: | Size: 643 B |
BIN
frontend/static/admin/global/img/flags/ae.png
Normal file
After Width: | Height: | Size: 408 B |
BIN
frontend/static/admin/global/img/flags/af.png
Normal file
After Width: | Height: | Size: 604 B |
BIN
frontend/static/admin/global/img/flags/ag.png
Normal file
After Width: | Height: | Size: 591 B |
BIN
frontend/static/admin/global/img/flags/ai.png
Normal file
After Width: | Height: | Size: 643 B |
BIN
frontend/static/admin/global/img/flags/al.png
Normal file
After Width: | Height: | Size: 600 B |
BIN
frontend/static/admin/global/img/flags/am.png
Normal file
After Width: | Height: | Size: 497 B |
BIN
frontend/static/admin/global/img/flags/an.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
frontend/static/admin/global/img/flags/ao.png
Normal file
After Width: | Height: | Size: 428 B |
BIN
frontend/static/admin/global/img/flags/ar.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
frontend/static/admin/global/img/flags/as.png
Normal file
After Width: | Height: | Size: 647 B |
BIN
frontend/static/admin/global/img/flags/at.png
Normal file
After Width: | Height: | Size: 403 B |
BIN
frontend/static/admin/global/img/flags/au.png
Normal file
After Width: | Height: | Size: 673 B |
BIN
frontend/static/admin/global/img/flags/aw.png
Normal file
After Width: | Height: | Size: 524 B |
BIN
frontend/static/admin/global/img/flags/ax.png
Normal file
After Width: | Height: | Size: 663 B |
BIN
frontend/static/admin/global/img/flags/az.png
Normal file
After Width: | Height: | Size: 589 B |
BIN
frontend/static/admin/global/img/flags/ba.png
Normal file
After Width: | Height: | Size: 593 B |
BIN
frontend/static/admin/global/img/flags/bb.png
Normal file
After Width: | Height: | Size: 585 B |
BIN
frontend/static/admin/global/img/flags/bd.png
Normal file
After Width: | Height: | Size: 504 B |
BIN
frontend/static/admin/global/img/flags/be.png
Normal file
After Width: | Height: | Size: 449 B |
BIN
frontend/static/admin/global/img/flags/bf.png
Normal file
After Width: | Height: | Size: 497 B |
BIN
frontend/static/admin/global/img/flags/bg.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
frontend/static/admin/global/img/flags/bh.png
Normal file
After Width: | Height: | Size: 457 B |
BIN
frontend/static/admin/global/img/flags/bi.png
Normal file
After Width: | Height: | Size: 675 B |
BIN
frontend/static/admin/global/img/flags/bj.png
Normal file
After Width: | Height: | Size: 486 B |
BIN
frontend/static/admin/global/img/flags/bm.png
Normal file
After Width: | Height: | Size: 611 B |
BIN
frontend/static/admin/global/img/flags/bn.png
Normal file
After Width: | Height: | Size: 639 B |
BIN
frontend/static/admin/global/img/flags/bo.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
frontend/static/admin/global/img/flags/br.png
Normal file
After Width: | Height: | Size: 593 B |
BIN
frontend/static/admin/global/img/flags/bs.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
frontend/static/admin/global/img/flags/bt.png
Normal file
After Width: | Height: | Size: 631 B |
BIN
frontend/static/admin/global/img/flags/bv.png
Normal file
After Width: | Height: | Size: 512 B |
BIN
frontend/static/admin/global/img/flags/bw.png
Normal file
After Width: | Height: | Size: 443 B |
BIN
frontend/static/admin/global/img/flags/by.png
Normal file
After Width: | Height: | Size: 514 B |
BIN
frontend/static/admin/global/img/flags/bz.png
Normal file
After Width: | Height: | Size: 600 B |
BIN
frontend/static/admin/global/img/flags/ca.png
Normal file
After Width: | Height: | Size: 628 B |
BIN
frontend/static/admin/global/img/flags/catalonia.png
Normal file
After Width: | Height: | Size: 398 B |
BIN
frontend/static/admin/global/img/flags/cc.png
Normal file
After Width: | Height: | Size: 625 B |
BIN
frontend/static/admin/global/img/flags/cd.png
Normal file
After Width: | Height: | Size: 528 B |
BIN
frontend/static/admin/global/img/flags/cf.png
Normal file
After Width: | Height: | Size: 614 B |
BIN
frontend/static/admin/global/img/flags/cg.png
Normal file
After Width: | Height: | Size: 521 B |
BIN
frontend/static/admin/global/img/flags/ch.png
Normal file
After Width: | Height: | Size: 367 B |
BIN
frontend/static/admin/global/img/flags/ci.png
Normal file
After Width: | Height: | Size: 453 B |
BIN
frontend/static/admin/global/img/flags/ck.png
Normal file
After Width: | Height: | Size: 586 B |
BIN
frontend/static/admin/global/img/flags/cl.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
frontend/static/admin/global/img/flags/cm.png
Normal file
After Width: | Height: | Size: 525 B |
BIN
frontend/static/admin/global/img/flags/cn.png
Normal file
After Width: | Height: | Size: 472 B |
BIN
frontend/static/admin/global/img/flags/co.png
Normal file
After Width: | Height: | Size: 483 B |
BIN
frontend/static/admin/global/img/flags/cr.png
Normal file
After Width: | Height: | Size: 477 B |
BIN
frontend/static/admin/global/img/flags/cs.png
Normal file
After Width: | Height: | Size: 439 B |
BIN
frontend/static/admin/global/img/flags/cu.png
Normal file
After Width: | Height: | Size: 563 B |
BIN
frontend/static/admin/global/img/flags/cv.png
Normal file
After Width: | Height: | Size: 529 B |
BIN
frontend/static/admin/global/img/flags/cx.png
Normal file
After Width: | Height: | Size: 608 B |
BIN
frontend/static/admin/global/img/flags/cy.png
Normal file
After Width: | Height: | Size: 428 B |
BIN
frontend/static/admin/global/img/flags/cz.png
Normal file
After Width: | Height: | Size: 476 B |
BIN
frontend/static/admin/global/img/flags/de.png
Normal file
After Width: | Height: | Size: 545 B |
BIN
frontend/static/admin/global/img/flags/dj.png
Normal file
After Width: | Height: | Size: 572 B |
BIN
frontend/static/admin/global/img/flags/dk.png
Normal file
After Width: | Height: | Size: 495 B |
BIN
frontend/static/admin/global/img/flags/dm.png
Normal file
After Width: | Height: | Size: 620 B |
BIN
frontend/static/admin/global/img/flags/do.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
frontend/static/admin/global/img/flags/dz.png
Normal file
After Width: | Height: | Size: 582 B |
BIN
frontend/static/admin/global/img/flags/ec.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
frontend/static/admin/global/img/flags/ee.png
Normal file
After Width: | Height: | Size: 429 B |
BIN
frontend/static/admin/global/img/flags/eg.png
Normal file
After Width: | Height: | Size: 465 B |
BIN
frontend/static/admin/global/img/flags/eh.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
frontend/static/admin/global/img/flags/england.png
Normal file
After Width: | Height: | Size: 496 B |
BIN
frontend/static/admin/global/img/flags/er.png
Normal file
After Width: | Height: | Size: 653 B |
BIN
frontend/static/admin/global/img/flags/es.png
Normal file
After Width: | Height: | Size: 469 B |
BIN
frontend/static/admin/global/img/flags/et.png
Normal file
After Width: | Height: | Size: 592 B |
BIN
frontend/static/admin/global/img/flags/europeanunion.png
Normal file
After Width: | Height: | Size: 479 B |
BIN
frontend/static/admin/global/img/flags/fam.png
Normal file
After Width: | Height: | Size: 532 B |
BIN
frontend/static/admin/global/img/flags/fi.png
Normal file
After Width: | Height: | Size: 489 B |
BIN
frontend/static/admin/global/img/flags/fj.png
Normal file
After Width: | Height: | Size: 610 B |
BIN
frontend/static/admin/global/img/flags/fk.png
Normal file
After Width: | Height: | Size: 648 B |
BIN
frontend/static/admin/global/img/flags/fm.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
frontend/static/admin/global/img/flags/fo.png
Normal file
After Width: | Height: | Size: 474 B |
BIN
frontend/static/admin/global/img/flags/fr.png
Normal file
After Width: | Height: | Size: 545 B |
BIN
frontend/static/admin/global/img/flags/ga.png
Normal file
After Width: | Height: | Size: 489 B |
BIN
frontend/static/admin/global/img/flags/gb.png
Normal file
After Width: | Height: | Size: 599 B |
BIN
frontend/static/admin/global/img/flags/gd.png
Normal file
After Width: | Height: | Size: 637 B |
BIN
frontend/static/admin/global/img/flags/ge.png
Normal file
After Width: | Height: | Size: 594 B |
BIN
frontend/static/admin/global/img/flags/gf.png
Normal file
After Width: | Height: | Size: 545 B |
BIN
frontend/static/admin/global/img/flags/gh.png
Normal file
After Width: | Height: | Size: 490 B |
BIN
frontend/static/admin/global/img/flags/gi.png
Normal file
After Width: | Height: | Size: 463 B |
BIN
frontend/static/admin/global/img/flags/gl.png
Normal file
After Width: | Height: | Size: 470 B |
BIN
frontend/static/admin/global/img/flags/gm.png
Normal file
After Width: | Height: | Size: 493 B |
BIN
frontend/static/admin/global/img/flags/gn.png
Normal file
After Width: | Height: | Size: 480 B |
BIN
frontend/static/admin/global/img/flags/gp.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
frontend/static/admin/global/img/flags/gq.png
Normal file
After Width: | Height: | Size: 537 B |
BIN
frontend/static/admin/global/img/flags/gr.png
Normal file
After Width: | Height: | Size: 487 B |
BIN
frontend/static/admin/global/img/flags/gs.png
Normal file
After Width: | Height: | Size: 630 B |