Skip to content

Commit dff6cb9

Browse files
committed
update
1 parent 46f7c0c commit dff6cb9

10 files changed

Lines changed: 353 additions & 481 deletions

File tree

_layouts/products.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ <h1 class="intro-title text-uppercase white-text mb-30">{{ page.title }}</h1>
2929
{% endif %}
3030

3131
{% if page.demo %}
32-
<a href="{{ page.demo }}" class="btn btn-lg blue waves-effect waves-light mt-30">Live Demo</a>
32+
<a href="{{ page.demo }}" class="btn btn-lg blue waves-effect waves-light mt-30">Live Demo
33+
34+
{% if page.demo-login %}
35+
<span style="text-transform: lowercase;">({{ page.demo-login }})</span>
36+
{% endif %}
37+
</a>
3338
{% endif %}
3439

3540
{% if page.manual %}
@@ -43,6 +48,7 @@ <h1 class="intro-title text-uppercase white-text mb-30">{{ page.title }}</h1>
4348
</div><!-- col-md-6 -->
4449
{% if page.video %}
4550
<div class="col-md-6">
51+
{{ page.slide }}
4652
{{ page.video }}
4753
{{ page.video2 }}
4854
</div>

_site/404.html

Lines changed: 46 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
<script>
4+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
5+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
6+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
7+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
38

9+
ga('create', 'UA-105656268-1', 'auto');
10+
ga('send', 'pageview');
11+
12+
</script>
413
<head>
514
<meta charset="utf-8">
615
<meta http-equiv="X-UA-Compatible" content="IE=edge">
716
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<meta name="description" content="materialize is a material design based mutipurpose responsive template">
17+
<meta name="description" content="유엔진솔루션즈는 2003년 이래 업무 프로세스 관리 (Business Process Management), 기업용 SNS, PaaS 를 포함한 클라우드
18+
플랫폼, 도메인 기반 개발 방법을 지향하는 개발 프레임워크 등을 개발하고 오픈소스 프로젝트로 제공하는 기술 집약적 기업입니다.">
919
<meta name="keywords"
10-
content="material design, card style, material template, portfolio, corporate, business, creative, agency">
20+
content="bpm, bpms, cloud, platform, cloud platform, paas, microservice, billing, saas, 클라우드, 프로세스, 마이크로서비스">
1121
<meta name="author" content="trendytheme.net">
1222

1323
<title>uEngine</title>
@@ -92,8 +102,8 @@
92102

93103
<!--logo start-->
94104
<a href="/index" class="logo-brand">
95-
<img src="../assets/img/uengine/logo.svg" alt=""/>
96-
<span style="line-height: 30px;float: left">uEngine</span>
105+
<img src="../assets/img/uengine/logo_bright.png" alt="" style="padding-bottom: 10px; margin-right: 7px;" />
106+
97107
</a>
98108
<!--logo end-->
99109

@@ -123,10 +133,10 @@ <h2>BPM Products</h2>
123133
<li><a href="/products/bpm">uEngine BPM</a></li>
124134

125135

126-
<li><a href="/products/essencia">Essencia</a></li>
136+
<li><a href="/products/sns">SNS</a></li>
127137

128138

129-
<li><a href="/products/sns">SNS</a></li>
139+
<li><a href="/products/essencia">ALM</a></li>
130140

131141

132142

@@ -137,13 +147,13 @@ <h2>BPM Products</h2>
137147
<h2>Cloud Platform</h2>
138148
<ul class="list-unstyled">
139149

140-
<li><a href="/products/pass">Garuda PaaS</a></li>
150+
<li><a href="/products/pass">PaaS</a></li>
141151

142152

143-
<li><a href="/products/billing">uEngine Billing</a></li>
153+
<li><a href="/products/iam-gw">IAM/API Gateway</a></li>
144154

145155

146-
<li><a href="/products/iam-gw">IAM/API Gateway</a></li>
156+
<li><a href="/products/billing">SaaS Billing</a></li>
147157

148158

149159

@@ -154,10 +164,10 @@ <h2>Cloud Platform</h2>
154164
<h2>Libraries and Frameworks</h2>
155165
<ul class="list-unstyled">
156166

157-
<li><a href="/products/og">Open Graph</a></li>
167+
<li><a href="/products/mw4">UI/MSA Platform</a></li>
158168

159169

160-
<li><a href="/products/mw4">Metaworks4</a></li>
170+
<li><a href="/products/og">Graph Library</a></li>
161171

162172

163173

@@ -196,54 +206,6 @@ <h2>Libraries and Frameworks</h2>
196206

197207

198208

199-
<li><a href="javascript:void(0)">Library</a>
200-
<ul class="dropdown" style="right: auto; display: none;">
201-
202-
<li><a href="/library/video">Tutorial Video</a></li>
203-
204-
<li><a href="/library/user-guide">uEngine User's Guide</a></li>
205-
206-
<li><a href="/library/dev-guide">uEngine Developer's Guide</a></li>
207-
208-
<li><a href="/library/wiki">Wiki</a></li>
209-
210-
<li><a href="/library/og-api">OpenGraph API</a></li>
211-
212-
<li><a href="/library/mw4-api">Metaworks4 API</a></li>
213-
214-
</ul>
215-
</li>
216-
217-
218-
219-
220-
221-
222-
223-
224-
225-
<li><a href="javascript:void(0)">Community</a>
226-
<ul class="dropdown" style="right: auto; display: none;">
227-
228-
<li><a href="/community/forums">Forums</a></li>
229-
230-
<li><a href="https://theopencloudengine.github.io/TheOpenCloudEngine.github.io-blog">Blog</a></li>
231-
232-
<li><a href="/community/twitter">Twitter</a></li>
233-
234-
<li><a href="/community/enterprise">Enterprise 2.0</a></li>
235-
236-
</ul>
237-
</li>
238-
239-
240-
241-
242-
243-
244-
245-
246-
247209
<li><a href="javascript:void(0)">Event</a>
248210
<ul class="dropdown" style="right: auto; display: none;">
249211

@@ -281,6 +243,12 @@ <h2>Libraries and Frameworks</h2>
281243

282244

283245

246+
247+
<li class="active"><a href="/TheOpenCloudEngine.github.io-campus/">Campus</a>
248+
249+
</li>
250+
251+
284252

285253
</ul>
286254
<!--mega menu end-->
@@ -310,30 +278,28 @@ <h1>404</h1>
310278
data-section="#top">
311279
<i class="material-icons">&#xE316;</i>
312280
</a>
313-
314-
<ul class="social-link tt-animate ltr mt-20">
315-
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
316-
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
317-
<li><a href="#"><i class="fa fa-tumblr"></i></a></li>
318-
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
319-
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
320-
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
321-
<li><a href="#"><i class="fa fa-rss"></i></a></li>
322-
</ul>
323-
324-
<hr class="mt-15">
325-
281+
<!-- <div style="text-align: center;">
282+
<ul class="social-link tt-animate ltr mt-20">
283+
<li><a href="https://www.facebook.com/groups/metaworks/" target="_blank"><i class="fa fa-facebook"></i></a></li>
284+
<li style="margin-left: 60px"><a href="https://www.facebook.com/groups/uenginebpm/" target="_blank"><i class="fa fa-facebook"></i></a></li>
285+
</ul>
286+
<ul class="social-link tt-animate ltr mt-20" style="margin-top: 0px;">
287+
<li><span class="copy-text">Metaworks</span></li>
288+
<li style="margin-left: 20px;"><span class="copy-text">uEngineBPM</span></li>
289+
</ul>
290+
</div> -->
291+
<hr class="mt-15">
292+
326293
<div class="row">
327294
<div class="col-md-12">
328295
<div class="footer-logo">
329-
<img style="width: 250px" src="../assets/img/uengine/logo_stancil3.png" alt="">
296+
<img style="width: 250px" src="../assets/img/uengine/new_logo_color.png" alt="">
330297
</div>
331298

332-
<span class="copy-text">Copyright &copy; 2016 <a href="#">Uengine</a> &nbsp; | &nbsp; All Rights Reserved &nbsp; | &nbsp; Designed By <a
333-
href="#">Sppark</a></span>
334-
<div class="footer-intro">
335-
<p>유엔진솔루션즈는 2003년 이래 업무 프로세스 관리 (Business Process Management), 기업용 SNS, PaaS 를 포함한 클라우드 플랫폼, 도메인
336-
기반 개발 방법을 지향하는 개발 프레임워크 등을 개발하고 오픈소스 프로젝트로 제공하는 기술 집약적 기업입니다.</p>
299+
<span class="copy-text">Copyright &copy; 2017 <a href="#">uEngine</a> &nbsp; | &nbsp; All Rights Reserved &nbsp; | &nbsp; Designed By <a
300+
href="#">Sppark</a> &nbsp; | &nbsp; Address <a href="#"> 서울 서초구 신반포로45길 18 주일빌딩 501호 </a> </span>
301+
<div class="footer-intro" style="margin-bottom: 50px;">
302+
<span class="copy-text"> Email <a href="#"> help@uengine.org </a> </span>
337303
</div>
338304
</div><!-- /.col-md-12 -->
339305
</div><!-- /.row -->
@@ -349,6 +315,7 @@ <h1>404</h1>
349315
<li><a href="#">Event</a></li>
350316
<li><a href="#">Service</a></li>
351317
<li><a href="#">Community</a></li>
318+
<li><a href="http://uengine.org/TheOpenCloudEngine.github.io-blog/" target="_blank">Blog</a></li>
352319
</ul>
353320
</div><!-- /.container -->
354321
</div><!-- /.secondary-footer -->
@@ -358,7 +325,7 @@ <h1>404</h1>
358325
<!-- Preloader -->
359326
<div id="preloader">
360327
<div class="preloader-position">
361-
<img width="200px" src="../assets/img/uengine/logo_stancil3.png" alt="logo">
328+
<img width="200px" src="../assets/img/uengine/new_logo_color.png" alt="logo">
362329
<div class="progress">
363330
<div class="indeterminate"></div>
364331
</div>

0 commit comments

Comments
 (0)