@ -75,49 +75,53 @@
margin: 30px auto;
}
.footer {
clear: both;
background-color: #f7fbfd;
width: 100%;
padding: 40px 150px;
box-sizing: border-box;
}
.try{
display: inline-block;
padding: 10px 20px;
background: #519eff;
color: #fff;
border-radius: 5px;
cursor: pointer;
margin-right: 20px;
text-decoration: none;
}
.try:hover {
transform: translateY(-1px);
background: #318cff;
box-shadow: 0 7px 14px rgba(50,50,50,.1), 0 3px 6px rgba(0,0,0,.1);
}
.copyright{
color: #6c757d;
text-align: center;
margin: 60px 0;
}
.codeDeploy{
color: #fff;
width: 1000px;
margin: 0 auto;
background: #555555;
padding: 10px;
white-space: pre-wrap;
word-wrap: break-word;
line-height: 24px;
.mainTechLeft{
width: 300px;
float: left;
}
.mainTechLeft h1{
font-size: 34px;
margin: 0;
line-height: 48px;
color: #555;
font-weight: 500;
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}
.mainTechLeft p{
font-size: 18px;
line-height: 28px;
color: #888;
margin: 10px 0 5px;
}
.floatRight{
width: 700px;
border: 1px solid #e1e1e1;
padding: 4px;
margin-top: 35px;
display: block;
float: right;
}
< / style >
< / head >
< header class = "header" >
< div class = "container" >
< h1 > < a href = "/index" > GO-FLY< / a > < / h1 >
< a class = "navBtn" href = "/index?lang=en" > English (United States)< / a >
< a class = "navBtn" href = "/index?lang=cn" > 中文版 (简体)< / a >
< a class = "navBtn" href = "/index/en" > English (United States)< / a >
< a class = "navBtn" href = "/index/cn" > 中文版 (简体)< / a >
< a class = "navBtn" href = "https://github.com/taoshihan1991/go-fly" target = "_blank" > Github< / a >
< a class = "navBtn" href = "/login" > {{.AgentBtn}}< / a >
< a class = "navBtn" href = "/docs/index.html" target = "_blank" > {{.Document}}< / a >
< / div >
< / header >
< div class = "banner" >
@ -128,30 +132,32 @@
{{if eq .Lang "en"}}
< img src = "/static/images/intro3.png" / >
{{else}}
< img src = "/static/images/intro1.jpg" / >
< img src = "/static/images/intro1.jpg" / >
{{end}}
< / div >
< pre class = "codeDeploy" >
< script src=" https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js" > < /script>
< script src=" https://cdn.bootcdn.net/ajax/libs/layer/3.1.1/layer.min.js" > < /script>
< link href=" https://gofly.sopans.com/static/css/gofly-front.css" rel=" stylesheet" type=" text/css" />
< div id=" launchButton" class=" launchButton" >
< svg x=" 0px" y=" 0px" viewBox=" 0 0 27 21.9" aria-labelledby=" title desc" role=" img" class=" xhl-launch-button-svg" > < title> Chat Icon < /title> < desc> three small dots to indicate that an agent is available to chat< /desc> < path fill=" #ffffff" d=" M23.2,0L2.6,1.7C1,1.9,0,3.2,0,4.9v8c0,1.6,0.8,3,2.4,3.1l5.3,0.5c0,0,1,1.6,0.3,3.2C7.2,21.3,6,21.9,6,21.9 c4.2,0,6.6-3.1,7.8-4.9l9.4,0.7c1.8,0.2,3.8-1.3,3.8-3.1V3.1C27,1.3,25-0.1,23.2,0z M6.4,10.1c-0.9,0-1.7-0.7-1.7-1.7 c0-0.9,0.7-1.7,1.7-1.7C7.3,6.8,8,7.5,8,8.5C8,9.4,7.3,10.1,6.4,10.1z M13.2,10.1c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7 c0.9,0,1.7,0.7,1.7,1.7C14.8,9.4,14.1,10.1,13.2,10.1z M19.9,10.1c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7 c0.9,0,1.7,0.7,1.7,1.7C21.6,9.4,20.9,10.1,19.9,10.1z" > < /path> < /svg>
< div class=" launchButtonText" >
Chat with us
< /div>
< /div>
< script>
var GOFLY_URL=" https://gofly.sopans.com" ;
< /script>
< script src=" https://gofly.sopans.com/static/js/gofly-front.js" > < /script>
< / pre >
< div class = "container" >
< div class = "mainTechLeft" >
< h1 > {{.Maintech}}< / h1 >
< p > github.com/dgrijalva/jwt-go< / p >
< p > github.com/gin-gonic/gin< / p >
< p > github.com/go-sql-driver/mysql< / p >
< p > github.com/gobuffalo/packr/v2< / p >
< p > github.com/gorilla/websocket< / p >
< p > github.com/ipipdotnet/ipdb-go< / p >
< p > github.com/jinzhu/gorm< / p >
< p > github.com/satori/go.uuid< / p >
< p > github.com/spf13/cobra< / p >
< p > github.com/swaggo/gin-swagger< / p >
< p > github.com/swaggo/swag
< / p >
< / div >
< img src = "/static/images/admin.png" class = "floatRight" / >
< / div >
< footer class = "footer" >
< div class = "container" >
< a class = "try" href = "/docs/index.html" target = "_blank" > {{.Document}}< / a >
< a class = "try" href = "/login?lang={{.Lang}}" target = "_blank" > {{.AgentBtn}}< / a >
< a class = "try" href = "https://github.com/taoshihan1991/go-fly" target = "_blank" > Github< / a >
< / div >
< div class = "copyright" >
{{.Copyright}}© 2020