No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | |||
.prev-next{ | |||
width:100%; | |||
max-width:1170px; | |||
margin:0 auto; | |||
padding-top:100px; | |||
} | |||
.prev-next a{ | |||
color:black; | |||
font-weight:500; | |||
padding-bottom: 15px; | |||
} | |||
.prev-next a:hover{ | |||
border-bottom:1px solid black; | |||
} | |||
.prev-button{ | |||
width:50%; | |||
position:relative; | |||
float:left; | |||
text-align:left; | |||
} | |||
.next-button{ | |||
width:50%; | |||
position:relative; | |||
float:left; | |||
text-align:right; | |||
} | |||
#ajax-content{width:100%;} | |||
.portfolio-grid{ | |||
width:1170px; | |||
position:relative; | |||
margin: 30px auto; | |||
overflow:hidden; | |||
} | |||
#portfolio-sidebar{ | |||
width: 780px !important; | |||
padding-right: 390px; | |||
} | |||
li.grid-item{ | |||
width:360px; | |||
position:relative; | |||
float:left; | |||
padding:15px; | |||
} | |||
.grid-hover{ | |||
position: absolute; | |||
width:360px; | |||
height: 100%; | |||
top:0; | |||
background: white; | |||
z-index: 2; | |||
opacity: 0; | |||
-webkit-transition: all 0.2s ease-in; | |||
-moz-transition: all 0.2s ease-in; | |||
-ms-transition: all 0.2s ease-in; | |||
-o-transition: all 0.2s ease-in; | |||
transition: all 0.2s ease-in; | |||
} | |||
.grid-hover:hover{ | |||
opacity: 0.9; | |||
} | |||
.grid-hover h1{ | |||
font-size:23px; | |||
bottom:80px; | |||
left:40px; | |||
position:absolute; | |||
text-transform:uppercase; | |||
color:#000000; | |||
letter-spacing:1px; | |||
font-weight:900; | |||
line-height:50px; | |||
} | |||
.grid-hover p{ | |||
font-size:13px; | |||
bottom:40px; | |||
left:40px; | |||
position:absolute; | |||
color:#686868; | |||
letter-spacing:1px; | |||
font-weight:400; | |||
line-height:50px; | |||
} | |||
li.grid-item img{ | |||
width:360px; | |||
} | |||
</style> | |||
<ul class="portfolio-grid"> | <ul class="portfolio-grid"> | ||
Revision as of 17:56, 17 October 2017
Knowledge base
Look to the knowledge base for in-depth answers, installation instructions, settings and more.
Also browse the Special:Categories to navigate to topics when you don't know the right keywords to successfully search.
Background and architecture
Getting to the bottom of the Line of Business Application
Access control system in MDriven
Tutorials (mostly video material)
Installing TurnKey as an Azure WebApp
UML School
MDriven Designer Overview
MDriven Turnkey
OCL
Example apps (models)
- Store complaint handling
- Turnkey sample Board Map Balls Gantt
- Turnkey sample InstantPoll
- Turnkey sample SoftConflict
Examples
A Trello like Board In MDrivenTurnkey
Barcode - on Android - with Xamarin and MDriven
Functionality changes
"CodeDress" in MDriven Framework