diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..785c7df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.project
+*/.project
\ No newline at end of file
diff --git a/.project b/.project
deleted file mode 100644
index d1336d2..0000000
--- a/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
- BestACE.github.io
-
-
-
-
-
- com.aptana.ide.core.unifiedBuilder
-
-
-
-
-
- com.aptana.projects.webnature
-
-
-
- 1494136598471
-
- 26
-
- org.eclipse.ui.ide.multiFilter
- 1.0-name-matches-false-false-node_modules
-
-
-
-
diff --git a/ace/.project b/ace/.project
deleted file mode 100644
index 55d6c5a..0000000
--- a/ace/.project
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
- ace
- Create By HBuilder
-
-
-
-
- com.aptana.ide.core.unifiedBuilder
-
-
-
-
-
- com.aptana.projects.webnature
-
-
-
- 1494770248489
-
- 10
-
- org.eclipse.ui.ide.orFilterMatcher
-
-
- org.eclipse.ui.ide.multiFilter
- 1.0-projectRelativePath-matches-false-false-bin
-
-
- org.eclipse.ui.ide.multiFilter
- 1.0-projectRelativePath-matches-false-false-setting
-
-
-
-
-
-
diff --git a/ace/css/css.css b/ace/css/css.css
index 94eb6dc..8eaa0d6 100644
--- a/ace/css/css.css
+++ b/ace/css/css.css
@@ -65,11 +65,11 @@ html, body {min-height: 100vh;}
width: 50px;
height: 50px;
opacity: 0.7;
- position: relative;
- left: 770px;
+ position: absolute;
+ margin: auto;
right: 0;
- top: 600px;
- bottom: 0;
+ left: 0;
+ bottom: 100px;
}
@@ -81,7 +81,7 @@ html, body {min-height: 100vh;}
box-sizing: border-box;
}
.about{
- background-image: url(../img/about/about2.jpg);
+ background-image: url(../img/about/about.jpg);
position: relative;
background-repeat:no-repeat;
width: 100%;
@@ -95,53 +95,49 @@ html, body {min-height: 100vh;}
}
/*对三个选项的设置*/
-.tab{
- width: 10px;
+.tab-d{
position: absolute;
- bottom: 60px;
- cursor: pointer;
- color: #fff;
- opacity: 0.3;
-}
-.tab h1{
- text-align: center;
- color: #5EDFCC;
+ margin: auto;
+ left: 0;
+ right: 0;
+ bottom: 50px;
height: 20px;
- line-height: 20px;
-}
-.tab:nth-of-type(1) {
- left: 720px;
-}
-
-.tab:nth-of-type(2) {
- left: 745px;
+ width: 100px;
+ z-index: 3;
+ text-align: center;
}
+.tab{
+ display: inline-block;
+ margin: 0 5px;
-.tab:nth-of-type(3) {
- left: 770px;
+ height: 20px;
+ line-height: 20px;
+ width: 20px;
+ cursor: pointer;
+ color: #5EDFCC;
+ opacity: 0.3;
}
-
/*选项的单击效果*/
.tab{
transition: all 0.5s;
}
-#tab-one:checked ~ .tab:nth-of-type(1){
+#tab-one:checked ~ .tab-d .tab:nth-of-type(1){
color: #5EDFCC;
opacity: 1;
}
-#tab-two:checked ~ .tab:nth-of-type(2){
+#tab-two:checked ~ .tab-d .tab:nth-of-type(2){
color: #5EDFCC;
opacity: 1;
}
-#tab-three:checked ~ .tab:nth-of-type(3){
+#tab-three:checked ~ .tab-d .tab:nth-of-type(3){
color: #5EDFCC;
opacity: 1;
}
/*旋转的盒子*/
.cube{
position: relative;
- width: 1500px;
- margin: auto;
+ width: 1200px;
+ margin:auto;
height: 650px;
top: 75px;
transform-style: preserve-3d;
@@ -187,20 +183,15 @@ html, body {min-height: 100vh;}
.tab_content h1{
display: block;
color: #5EDFCC;
- /*text-align: center;*/
- margin-left: 140px;
- margin-top: 20px;
- margin-bottom:50px ;
+ text-align: left;
line-height: 1em;
}
.tab_content h2{
display: block;
- color: #000000;
+ color: #fff;
width: 540px;
text-align: left;
- margin:30px auto;
- margin-right: 120px;
- margin-bottom: -10px;
+ margin: 15px 0;
line-height: 1em;
font-size: 20px;
transition: all 0.5s;
@@ -208,27 +199,27 @@ html, body {min-height: 100vh;}
.tab_content{
position: absolute;
right: -30px;
- bottom: 200px;
- width: 800px;
- color: #fff;
-
+ bottom: 150px;
+ width: 600px;
+ color: #fff;
}
+
.tab-content figure{
position: absolute;
- width: 600px;
+ width: 450px;
/*height: 800px;*/
- left: 0;
- top: 60px;
- /*bottom: 80px;*/
- /*border: 1px solid #fff;*/
+ left:75px;
+
+ bottom: 120px;
+
}
.tab-content figure img{
- width: 60%;
-/* height: 100%;*/
+ width: 100%;
+
}
.tab_content h2:hover {
transform:scale(1.1,1.1);
- color: #ace;
+ color: #5EDFCC;
border-radius:4px;
}
@@ -239,7 +230,11 @@ html, body {min-height: 100vh;}
position: relative;
margin: 4px 4px;
width: 240px;
- height: 180px;
+ /*height: 240px;*/
+}
+.tab-content-one img,
+.tab-content-two img{
+ width: 100%;
}
.tab-content-one:nth-child(1),
.tab-content-one:nth-child(2),
@@ -249,7 +244,8 @@ html, body {min-height: 100vh;}
.tab-content-two:nth-child(2),
.tab-content-two:nth-child(3),
.tab-content-two:nth-child(4){
- margin-top: 135px;
+ margin-top: 80px;
+ margin-bottom: 7px;
}
.tab-content-one h3,
.tab-content-one img,
@@ -284,13 +280,13 @@ html, body {min-height: 100vh;}
.tab-content-two::before{
position: absolute;
content: "";
- width: 240px;
- height: 180px;
+ width: 100%;
+ height: 100%;
z-index: 1;
opacity: 0;
/*background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0));*/
/*background-image: -webkit-linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0));*/
- background: linear-gradient(to bottom, rgba(94,223,204,.5), rgba(3,3,3,0.5));
+ background: linear-gradient(to bottom, rgba(255,255,255,.8), rgba(3,3,3,0.5));
transition: all .8s;
}
.tab-content-one:hover::before,
@@ -625,79 +621,67 @@ html, body {min-height: 100vh;}
/*联系我们*/
-.contact{
+.contact-1{
position: relative;
- background-size:100% auto;
- height: 768.8px;
-
+ background-image: url(../img/contact/contact2.jpg);
+ background-repeat: no-repeat;
+ width: 100%;
+ height:758px;
}
-.contact img{
+.contact-1 .contact-2{
+ width: 800px;
+ height: 500px;
position: absolute;
- top: 0;
+ top:0;
+ bottom: 0;
+ right: 0;
left: 0;
- width: 100%;
- height: 110%;
- z-index: -2;
+ margin:auto;
}
-.copyright{
- position: relative;
+.erweima{
+ display: inline-block;
+ border: 1px solid #000;
+ width:220px;
+ height:220px;
+ margin-left:90px ;
}
-.copright p{
- position:absolute;
- right:170px;
- top:200px;
-}
-.contact .imformation{
- float:right;
- margin-right:22%;
- margin-top:25%;
-}
-.contact .erweima{
- float:left;
- border:1px solid #000;
- width:250px;
- height:250px;
- margin-left:30%;
- margin-top:28%;
-}
-.imformation ul li{
- list-style: none;
+.erweima img{
+ width: 220px;
}
-.imformation ul li p{
- margin:10px;
- font-size:20px;
- font-family: "微软雅黑";
- color:#fff;
+.information{
+ display: inline-block;
+ position:relative;
+ left:50px;
+ top:40px;
+
}
-.copyright{
- margin-bottom:0;
- position: absolute;
- top:580px;
- margin-left:32%;
- margin-right:30%;
- color:#bbb;
- list-style: none;
+.information ul{
+ padding-left: 0;
}
-
-.imformation ul li h1{
- font-size:45px;
- color:#0b9;
- font-family"微软雅黑"
+.information p{
+ font-size: 20px;
+ font-family: "微软雅黑";
+ color:#ddd;
}
-.imformation ul li p,h1{
- text-align: left;
- }
-.imformation ul{
- padding: 0;
+.information ul{
+ list-style: none;
}
-footer{
- width: 100%;
- height: 20px;
- text-align: center;
- margin-bottom: 0px;
- padding: 0;
- color:#bbb;
+.copyright{
+ position:absolute;
+ bottom: -130px;
+ left: 0;
+ right: 0;
+ font-size:16px;
+ color:#999;
+ margin: auto;
}
-footer ul{
- list-style: none;
+.copyright p{
+ text-align: center;
}
+.contact-1 .contact-2 .information h1{
+ position: relative;
+ top:20px;
+ font-size: 40px;
+ font-family: "微软雅黑";
+ color:#65dcaf;
+}
\ No newline at end of file
diff --git a/ace/img/about/1.jpg b/ace/img/about/1.jpg
new file mode 100644
index 0000000..e797f54
Binary files /dev/null and b/ace/img/about/1.jpg differ
diff --git a/ace/img/about/1.png b/ace/img/about/1.png
deleted file mode 100644
index 8e200ed..0000000
Binary files a/ace/img/about/1.png and /dev/null differ
diff --git a/ace/img/about/10.jpg b/ace/img/about/10.jpg
new file mode 100644
index 0000000..649eb9f
Binary files /dev/null and b/ace/img/about/10.jpg differ
diff --git a/ace/img/about/10.png b/ace/img/about/10.png
deleted file mode 100644
index 6734be5..0000000
Binary files a/ace/img/about/10.png and /dev/null differ
diff --git a/ace/img/about/11.jpg b/ace/img/about/11.jpg
new file mode 100644
index 0000000..0132c2e
Binary files /dev/null and b/ace/img/about/11.jpg differ
diff --git a/ace/img/about/11.png b/ace/img/about/11.png
deleted file mode 100644
index 2bfedf9..0000000
Binary files a/ace/img/about/11.png and /dev/null differ
diff --git a/ace/img/about/12.jpg b/ace/img/about/12.jpg
new file mode 100644
index 0000000..ae3efc2
Binary files /dev/null and b/ace/img/about/12.jpg differ
diff --git a/ace/img/about/12.png b/ace/img/about/12.png
deleted file mode 100644
index 5b07a81..0000000
Binary files a/ace/img/about/12.png and /dev/null differ
diff --git a/ace/img/about/13.jpg b/ace/img/about/13.jpg
new file mode 100644
index 0000000..dc70ea8
Binary files /dev/null and b/ace/img/about/13.jpg differ
diff --git a/ace/img/about/13.png b/ace/img/about/13.png
deleted file mode 100644
index b85c5c9..0000000
Binary files a/ace/img/about/13.png and /dev/null differ
diff --git a/ace/img/about/14.jpg b/ace/img/about/14.jpg
new file mode 100644
index 0000000..97fd35d
Binary files /dev/null and b/ace/img/about/14.jpg differ
diff --git a/ace/img/about/14.png b/ace/img/about/14.png
deleted file mode 100644
index baad577..0000000
Binary files a/ace/img/about/14.png and /dev/null differ
diff --git a/ace/img/about/15.png b/ace/img/about/15.png
deleted file mode 100644
index 05cab3d..0000000
Binary files a/ace/img/about/15.png and /dev/null differ
diff --git a/ace/img/about/16.JPG b/ace/img/about/16.JPG
deleted file mode 100644
index c6a36fb..0000000
Binary files a/ace/img/about/16.JPG and /dev/null differ
diff --git a/ace/img/about/2.jpg b/ace/img/about/2.jpg
new file mode 100644
index 0000000..d675c7d
Binary files /dev/null and b/ace/img/about/2.jpg differ
diff --git a/ace/img/about/2.png b/ace/img/about/2.png
deleted file mode 100644
index bf13010..0000000
Binary files a/ace/img/about/2.png and /dev/null differ
diff --git a/ace/img/about/3.jpg b/ace/img/about/3.jpg
new file mode 100644
index 0000000..25f9176
Binary files /dev/null and b/ace/img/about/3.jpg differ
diff --git a/ace/img/about/3.png b/ace/img/about/3.png
deleted file mode 100644
index 6734be5..0000000
Binary files a/ace/img/about/3.png and /dev/null differ
diff --git a/ace/img/about/4.jpg b/ace/img/about/4.jpg
new file mode 100644
index 0000000..6b092c6
Binary files /dev/null and b/ace/img/about/4.jpg differ
diff --git a/ace/img/about/4.png b/ace/img/about/4.png
deleted file mode 100644
index 2bfedf9..0000000
Binary files a/ace/img/about/4.png and /dev/null differ
diff --git a/ace/img/about/5.jpg b/ace/img/about/5.jpg
new file mode 100644
index 0000000..91a4c05
Binary files /dev/null and b/ace/img/about/5.jpg differ
diff --git a/ace/img/about/5.png b/ace/img/about/5.png
deleted file mode 100644
index 5b07a81..0000000
Binary files a/ace/img/about/5.png and /dev/null differ
diff --git a/ace/img/about/6.jpg b/ace/img/about/6.jpg
new file mode 100644
index 0000000..aa1d5bd
Binary files /dev/null and b/ace/img/about/6.jpg differ
diff --git a/ace/img/about/6.png b/ace/img/about/6.png
deleted file mode 100644
index b85c5c9..0000000
Binary files a/ace/img/about/6.png and /dev/null differ
diff --git a/ace/img/about/7.jpg b/ace/img/about/7.jpg
new file mode 100644
index 0000000..999c1d1
Binary files /dev/null and b/ace/img/about/7.jpg differ
diff --git a/ace/img/about/7.png b/ace/img/about/7.png
deleted file mode 100644
index baad577..0000000
Binary files a/ace/img/about/7.png and /dev/null differ
diff --git a/ace/img/about/8.jpg b/ace/img/about/8.jpg
new file mode 100644
index 0000000..2aad0c7
Binary files /dev/null and b/ace/img/about/8.jpg differ
diff --git a/ace/img/about/8.png b/ace/img/about/8.png
deleted file mode 100644
index 8e200ed..0000000
Binary files a/ace/img/about/8.png and /dev/null differ
diff --git a/ace/img/about/9.jpg b/ace/img/about/9.jpg
new file mode 100644
index 0000000..c363741
Binary files /dev/null and b/ace/img/about/9.jpg differ
diff --git a/ace/img/about/9.png b/ace/img/about/9.png
deleted file mode 100644
index bf13010..0000000
Binary files a/ace/img/about/9.png and /dev/null differ
diff --git a/ace/img/about/about2.jpg b/ace/img/about/about2.jpg
deleted file mode 100644
index 171f697..0000000
Binary files a/ace/img/about/about2.jpg and /dev/null differ
diff --git a/ace/img/about/gzs.jpg b/ace/img/about/gzs.jpg
new file mode 100644
index 0000000..a22d336
Binary files /dev/null and b/ace/img/about/gzs.jpg differ
diff --git a/ace/img/about/hhh.jpg b/ace/img/about/hhh.jpg
new file mode 100644
index 0000000..93b8d1e
Binary files /dev/null and b/ace/img/about/hhh.jpg differ
diff --git "a/ace/img/contact/\344\272\214\347\273\264\347\240\201.jpg" "b/ace/img/contact/\344\272\214\347\273\264\347\240\201.jpg"
new file mode 100644
index 0000000..c7634a8
Binary files /dev/null and "b/ace/img/contact/\344\272\214\347\273\264\347\240\201.jpg" differ
diff --git a/ace/img/fac.ico b/ace/img/fac.ico
new file mode 100644
index 0000000..daaf6ad
Binary files /dev/null and b/ace/img/fac.ico differ
diff --git a/ace/index.html b/ace/index.html
index f98c312..d4c6523 100644
--- a/ace/index.html
+++ b/ace/index.html
@@ -7,6 +7,7 @@
+
@@ -20,34 +21,34 @@
工作经历
关于
-
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
简介:
+
简介
2016年10月20号,软件技术151班徐道聪同学,在专业指导老师俞淑燕老师的指导带领下创办了ACE信息技术工作室。
在2016年12月07号获得创业园入园许可证,正式入驻我校创业街。
2016年12月22号获得绍兴市第七届绍兴市创业大赛高校组优胜奖。
@@ -57,68 +58,65 @@
ACE信息技术工作室包含以下业务:APP开发、网站开发、
-
-
介绍
+
+
徐道聪
-
-
介绍
+
+
王瑶
-
-
介绍
+
+
尹飞燕
-
-
介绍
+
+
江俊杰
-
-
介绍
+
+
单超艺
-
-
介绍
+
+
周冰婕
-
-
介绍
+
+
郑爱萍
-
-
介绍
-
-
-
-
介绍
+
+
鄢滟麟
-
-
介绍
+
+
徐晗
-
-
介绍
+
+
卢孙仲
-
-
介绍
+
+
蒋轶聪
-
-
介绍
+
+
张虓敏
-
-
介绍
+
+
陈汇
-
-
介绍
+
+
陈彬彬
+
@@ -211,10 +209,10 @@
WHAT CAN WE DO
-