Skip to content

Commit

Permalink
compiled site
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmcguinness-okta committed Feb 5, 2014
2 parents c10485f + 202c121 commit abc2931
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 34 deletions.
6 changes: 5 additions & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
developer.okta.com
<<<<<<< HEAD
developer.okta.com
=======
developer.okta.com
>>>>>>> 202c12157264a3e0c5998f36360e2b29459eb07d
2 changes: 1 addition & 1 deletion _layouts/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3 class="valprop-title discussion-header">Discussions</h3>
</div>
<div class="row">
<div class="col-xs-12">
<p>The Okta team actively answers questions about the [okta-api] tag on Stack Overflow throughout the day. Please use this forum as much as possible. If for some reason your question can’t be answered there, please <a class="underline white" href="mailto:[email protected]">contact us directly</a>.</p>
<p>The Okta team actively answers questions about the [okta-api] tag on Stack Overflow throughout the day. Please use this forum to post any questions you have.</p>
</div>

</div>
Expand Down
1 change: 1 addition & 0 deletions _site/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
developer.okta.com
2 changes: 1 addition & 1 deletion _site/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gem 'redcarpet', github: 'vmg/redcarpet'
source 'https://rubygems.org'
gem 'redcarpet', github: 'vmg/redcarpet'
gem 'github-pages'
4 changes: 2 additions & 2 deletions _site/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
liquid (= 2.5.5)
maruku (= 0.7.0)
rdiscount (= 2.1.7)
redcarpet (= 2.3.0)
redcarpet ( 2.3.0)
highline (1.6.20)
jekyll (1.4.3)
classifier (~> 1.3)
Expand All @@ -27,7 +27,7 @@ GEM
listen (~> 1.3)
maruku (~> 0.7.0)
pygments.rb (~> 0.5.0)
redcarpet (~> 2.3.0)
redcarpet (>= 2.3.0)
safe_yaml (~> 0.9.7)
toml (~> 0.1.0)
kramdown (1.3.1)
Expand Down
40 changes: 35 additions & 5 deletions _site/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ ul li {
border-radius: 6px;
}

.signup-form .input-lg {
padding: 10px 15px !important;
}

.navbar-header {
margin-left: 10px !important;
}
Expand Down Expand Up @@ -196,7 +200,7 @@ footer {
}

.valprop-home {
height: 474px;
height: 476px;
border-bottom: none;
background: url(/assets/img/home-bg.png);
margin-top: 40px;
Expand Down Expand Up @@ -534,6 +538,7 @@ footer {
font-size: 21px;
margin-bottom: 22px;
letter-spacing: 3px;
font-family: 'inconsolata' !important;
}

.terminal-os-x {
Expand All @@ -545,7 +550,8 @@ footer {

.home-featured-title {
line-height: 1.35;
margin-top: 6px 0px 0px 9px;
margin: 6px 0px 0px 7px;
font-weight: bold;
}

.features-page ul {
Expand Down Expand Up @@ -979,6 +985,7 @@ div#sticker {
.featured-desc {
min-height: 90px;
margin-bottom: 30px !important;
margin-top: 0;
}


Expand Down Expand Up @@ -1243,6 +1250,23 @@ div#sticker {
margin-bottom: 10px;
}

.docs-page p {
font-size: 15px;
}

.docs-page th, .docs-page td {
font-size: 14px;
}

.docs-page .white-bg {
padding-top: 40px;
width: 75%;
}

.docs-page .left-sidebar {
width: 25%;
}

/*
* jquery.tocify.css 1.8.0
* Author: @gregfranko
Expand Down Expand Up @@ -1282,6 +1306,7 @@ div#sticker {
/* Makes the font smaller for all subheader elements. */
.tocify-subheader li {
font-size: 12px;
margin-bottom: 0 !important;
}

.tocify-subheader li a {
Expand All @@ -1300,7 +1325,11 @@ div#sticker {
}

.tocify-item a {
padding-left: 45px !important;
padding-left: 42px !important;
}

.tocify-item.active {
margin-bottom: 0 !important;
}

.signup-button {
Expand Down Expand Up @@ -1416,7 +1445,8 @@ p {
.page_block_name {
margin-left: 30px;
font-weight: 700;
margin-top: 30px;
margin-top: 10px;
margin-bottom: 14px;
display: inline-block;
}

Expand All @@ -1426,7 +1456,7 @@ p {
display: block;
position: absolute;
top: 8px;
left: 35px;
left: 30px;
border-top: 4px solid transparent;
border-left: 4px solid #1a74ba;
border-bottom: 4px solid transparent;
Expand Down
15 changes: 4 additions & 11 deletions _site/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,9 @@ <h3 class="valprop-title discussion-header">Discussions</h3>
<div class="col-xs-8 col-xs-offset-2">
<h4 class="features-subtitle">Recent Discussion on Stack Overflow</h4>
<ul class="recent-discussions">
<li><a href="#">Create and store profile information for any number of users.</a></li>
<li><a href="#">Customize your user profile to store any number of attributes.</a></li>
<li><a href="#">Register new users with built-in on-boarding workflow.</a></li>
<li><a href="#">Allow users to update their profiles.</a></li>
<li><a href="#">Centralize profile data into one authoritative view of the user.</a></li>
<li><a href="#">Create and store profile information for any number of users.</a></li>
<li><a href="#">Customize your user profile to store any number of attributes.</a></li>
<li><a href="#">Register new users with built-in on-boarding workflow.</a></li>
<li><a href="#">Allow users to update their profiles.</a></li>
<li><a href="#">Centralize profile data into one authoritative view of the user.</a></li>
<li><a href="http://stackoverflow.com/questions/18041035/best-practices-and-tutorials-for-ios-authentication/18041322#18041322">Best practices and tutorials for iOS authentication.</a></li>
<li><a href="http://stackoverflow.com/questions/19886557/creating-an-oauth-store">Creating an OAuth store.</a></li>
<li><a href="http://stackoverflow.com/questions/21084678/simple-sso-solution-or-serviceweb-based-on-saml/21091077#21091077">simple sso solution or service(web) based on SAML.</a></li>
</ul>
</div>
</div>
Expand All @@ -107,4 +100,4 @@ <h4 class="features-subtitle">Recent Discussion on Stack Overflow</h4>
<script src="assets/js/function.js"></script>
<script type="text/javascript" src="//use.typekit.net/pls8pog.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>


18 changes: 9 additions & 9 deletions _site/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3 class="valprop-title mrg-top-60 mrg-bot-30">A fully featured identity and a
<span class="small-circle home-green"><span class="home-partners-small"></span></span>
</div>
<div class="col-xs-9 nopadding">
<a class="link" href="#partners">Partner Integration</a>
<a class="link" href="#partners">Directory Integration</a>
</div>
</div>
</li>
Expand All @@ -106,7 +106,7 @@ <h3 class="valprop-title mrg-top-60 mrg-bot-30">A fully featured identity and a
<span class="small-circle home-orange"><span class="home-providers-small"></span></span>
</div>
<div class="col-xs-9 nopadding">
<a class="link" href="#identity">External IDPs</a>
<a class="link" href="#identity">Integrate with IDPs</a>
</div>
</div>
</li>
Expand All @@ -116,7 +116,7 @@ <h3 class="valprop-title mrg-top-60 mrg-bot-30">A fully featured identity and a
<span class="small-circle home-purple"><span class="home-multiple-small"></span></span>
</div>
<div class="col-xs-9 nopadding">
<a class="link" href="#multiple">Rich User Profile</a>
<a class="link" href="#multiple">Create a rich profile</a>
</div>
</div>
</li>
Expand All @@ -138,14 +138,14 @@ <h4 class="features-subtitle">User Management</h4>
<ul>
<li>Create and store profile information for any number of users.</li>
<li>Customize your user profile to store any number of attributes.</li>
<li>Register new users with built­in on­boarding workflow.</li>
<li>Register new users with built-­in on-­boarding workflow.</li>
<li>Allow users to update their profiles.</li>
<li>Centralize profile data into one authoritative view of the user and keep multiple profile sources synchronized.</li>
</ul>
<h4 class="features-subtitle">Password Management</h4>
<ul>
<li>Securely automate setting and updating credentials. Send fully­customizable account activation and password reset emails, and handle recovery question creation and updates.</li>
<li>Use built­in password management workflows or implement your own.</li>
<li>Securely automate setting and updating credentials. Send fully ­customizable account activation and password reset emails, and handle recovery question creation and updates.</li>
<li>Use built-­in password management workflows or implement your own.</li>
</ul>
<h4 class="features-subtitle">Groups and Authorization</h4>
<ul>
Expand All @@ -172,7 +172,7 @@ <h2 class="features-title" id="secure">Secure access to your application</h2>
<h4 class="features-subtitle">Authentication</h4>
<ul>
<li>Authenticate user credentials against Okta’s cloud directory, or directly against any Active Directory or LDAP solutions</li>
<li>For multifactor authentication, the Okta platform offers Security Questions, SMS­based one­time
<li>For multi-factor authentication, the Okta platform offers Security Questions, SMS-­based one-­time
passwords, the Okta Verify mobile app soft token for any mobile device, and supports integration with third party solutions including Verisign VIP, Google Authenticator, and RSA.</li>
</ul>
<h4 class="features-subtitle">Session Management</h4>
Expand All @@ -197,7 +197,7 @@ <h2 class="features-title" id="sso">Enable single sign-on to all your applicati
<p>Leverage Okta’s integrations with thousands of applications to implement single sign on for your users. Integrate your own applications to Okta in minutes.</p>
<ul>
<li>Maintain just one set of credentials for each user, across your applications, and third party applications or widgets.</li>
<li>Enable your application for single sign on through standard and non­standard protocols including SAML (Secure Assertion Markup Language) and OAuth.</li>
<li>Enable your application for single sign-on through standard and non-­standard protocols including SAML (Secure Assertion Markup Language) and OAuth.</li>
</ul>


Expand Down Expand Up @@ -280,4 +280,4 @@ <h2 class="features-title" id="multiple">Create a rich user profile from multip
<script src="assets/js/function.js"></script>
<script type="text/javascript" src="//use.typekit.net/pls8pog.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>


6 changes: 3 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h4 class="home-featured-title">Manage your users and groups</h4>
<span class="circle home-purple"><span class="home-multiple"></span></span>
</div>
<div class="col-xs-10">
<h4 class="home-featured-title">Create a rich user profie from multiple data sources</h4>
<h4 class="home-featured-title">Create a rich user profile from multiple data sources</h4>
</div>
</div>
<p class="featured-desc">Centralize user attributes from any source or directory into one view of the user. Okta also keeps multiple user profile sources in sync.</p>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h4 class="home-featured-title">Integrate with your partners’ directories</h4>
<h4 class="home-featured-title">Integrate with external identity providers</h4>
</div>
</div>
<p class="featured-desc">Easily enable authentication and authorization against external identity providers through standard federation protocols and social IDs</p>
<p class="featured-desc">Easily enable authentication and authorization against external identity providers through standard federation protocols and social IDs.</p>
<p class="mrg-top-20"><a class="learnmore button-white" href="features.html#providers">Learn more</a></p>
</div>
</div><!-- /.row -->
Expand All @@ -231,4 +231,4 @@ <h4 class="home-featured-title">Integrate with external identity providers</h4>
<script src="assets/js/function.js"></script>
<script type="text/javascript" src="//use.typekit.net/pls8pog.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>


3 changes: 2 additions & 1 deletion _site/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="signup-container">
<div class="signup-head">
<h3 class="white">
Get started with a free Okta developer account
Get started with free Okta developer account
</h3>
</div>
</div>
Expand All @@ -63,6 +63,7 @@ <h3 class="white">
<input type=hidden name="oid" value="00DA0000000KWYD">
<input type=hidden name="Campaign_ID" value="701F00000004ejZ">
<input type=hidden name="retURL" value="http://okta.github.io/welcome.html">
<input type=hidden name="lead_source" value="API-Github-SignUp">
<div class="">
<label for="first_name" class="col-xs-4 fl-control-label">First Name</label>
<input id="first_name" class="col-xs-7 input-lg" maxlength="40" name="first_name" size="20" type="text" required="required" />
Expand Down

0 comments on commit abc2931

Please sign in to comment.