|
38 | 38 | }
|
39 | 39 | };
|
40 | 40 | }
|
41 |
| -<div ng-controller="AboutController" class="content"> |
| 41 | +<div ng-controller="AboutController" class="about-view content"> |
42 | 42 | <div class="page-header clearfix">
|
43 | 43 | <h2 class="page-title pull-left">About</h2>
|
44 | 44 | </div>
|
45 | 45 | <div class="content-inner">
|
46 |
| - <div class="about-page"> |
47 |
| - <div class="about-section"> |
48 |
| - <p style="margin-bottom:30px"><a href="http://dotnetblogengine.net/"><img src="~/Content/images/blog/logo.png" /></a></p> |
49 |
| - <p class="text-justify"> |
50 |
| - BlogEngine.NET is an open source ASP.NET project that was born out of desire for a better blogging platform. We focused on simplicity, ease of use, extendibility and innovative design while taking advantage of the latest .NET features. |
51 |
| - </p> |
52 |
| - <p class="text-justify"> |
53 |
| - BlogEngine.NET is easily customizable. We have many downloadable themes, widgets, and extensions or you can make your own with some basic .NET skills. With BlogEngine.NET, it is easy to make your blog look and function exactly how you’d like. |
54 |
| - </p> |
55 |
| - <div class="social-networks"> |
56 |
| - |
57 |
| - <a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="http://dotnetblogengine.net/"><i class="fa fa-globe"></i> Website</a> |
58 |
| - <a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="http://dnbe.net/docs"><i class="fa fa-question-circle"></i> Docs</a> |
59 |
| - <a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="http://dnbe.net/v01"><i class="fa fa-cube"></i> Gallery</a> |
60 |
| - | |
61 |
| - <a class="btn btn-default btn-icon btn-sm" target="_blank" href="https://github.com/rxtur/BlogEngine.NET/"><i class="fa fa-github"></i> </a> |
62 |
| - <a class="btn btn-default btn-icon btn-sm" target="_blank" href="https://www.facebook.com/BlogEngine.NET"><i class="fa fa-facebook"></i> </a> |
63 |
| - <a class="btn btn-default btn-icon btn-sm" target="_blank" href="https://twitter.com/blogenginenet"><i class="fa fa-twitter"></i> </a> |
64 |
| - <a class="btn btn-default btn-icon btn-sm" target="_blank" href="https://www.youtube.com/user/blogenginenet"><i class="fa fa-youtube"></i> </a> |
65 |
| - </div> |
66 |
| - </div> |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - <div class="panel panel-default"> |
71 |
| - <div class="panel-heading"> |
72 |
| - <div class="panel-title">Your BlogEngine.NET Specification</div> |
73 |
| - </div> |
74 |
| - <ul class="list-group"> |
75 |
| - <li class="list-group-item"> |
76 |
| - <span> Version:</span> @BlogSettings.Instance.Version() |
77 |
| - </li> |
78 |
| - <li class="list-group-item"> |
79 |
| - <span>Configuration:</span> @usage |
80 |
| - </li> |
81 |
| - <li class="list-group-item"> |
82 |
| - <span>Trust level:</span> @trust |
83 |
| - </li> |
84 |
| - <li class="list-group-item"> |
85 |
| - <span>Identity:</span> @System.Security.Principal.WindowsIdentity.GetCurrent().Name |
86 |
| - </li> |
87 |
| - <li class="list-group-item"> |
88 |
| - <span>Blog provider:</span> @blogProviderSection.DefaultProvider |
89 |
| - </li> |
90 |
| - <li class="list-group-item"> |
91 |
| - <span>Membership provider:</span> @membershipSection.DefaultProvider |
92 |
| - </li> |
93 |
| - <li class="list-group-item"> |
94 |
| - <span>Role provider:</span> @roleSection.DefaultProvider |
95 |
| - </li> |
| 46 | + <div class="about-section"> |
| 47 | + <div class="about-logo"><a href="http://dotnetblogengine.net/"><img src="~/Content/images/blog/logo.png" /></a></div> |
| 48 | + <p class="text-justify"> |
| 49 | + BlogEngine.NET is an open source ASP.NET project that was born out of desire for a better blogging platform. We focused on simplicity, ease of use, extendibility and innovative design while taking advantage of the latest .NET features. |
| 50 | + </p> |
| 51 | + <p class="text-justify"> |
| 52 | + BlogEngine.NET is easily customizable. We have many downloadable themes, widgets, and extensions or you can make your own with some basic .NET skills. With BlogEngine.NET, it is easy to make your blog look and function exactly how you’d like. |
| 53 | + </p> |
| 54 | + <div class="about-external-link"> |
| 55 | + <ul class="list-unstyled list-inline"> |
| 56 | + <li><a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="http://dotnetblogengine.net/"><i class="fa fa-globe"></i> Website</a></li> |
| 57 | + <li><a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="http://dnbe.net/docs"><i class="fa fa-question-circle"></i> Docs</a></li> |
| 58 | + <li><a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="http://dnbe.net/v01"><i class="fa fa-cube"></i> Gallery</a></li> |
| 59 | + <li><a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="https://github.com/rxtur/BlogEngine.NET/"><i class="fa fa-github"></i> Source</a></li> |
| 60 | + <li><a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="https://www.facebook.com/BlogEngine.NET"><i class="fa fa-facebook"></i> Facebook</a></li> |
| 61 | + <li><a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="https://twitter.com/blogenginenet"><i class="fa fa-twitter"></i> Twitter</a></li> |
| 62 | + <li><a class="btn btn-default btn-hasicon btn-sm" target="_blank" href="https://www.youtube.com/user/blogenginenet"><i class="fa fa-youtube"></i> Youtube</a></li> |
96 | 63 | </ul>
|
97 | 64 | </div>
|
98 | 65 | </div>
|
| 66 | + <div class="panel panel-default"> |
| 67 | + <div class="panel-heading"> |
| 68 | + <div class="panel-title">Your BlogEngine.NET Specification</div> |
| 69 | + </div> |
| 70 | + <ul class="list-group"> |
| 71 | + <li class="list-group-item"> |
| 72 | + <span> Version:</span> @BlogSettings.Instance.Version() |
| 73 | + </li> |
| 74 | + <li class="list-group-item"> |
| 75 | + <span>Configuration:</span> @usage |
| 76 | + </li> |
| 77 | + <li class="list-group-item"> |
| 78 | + <span>Trust level:</span> @trust |
| 79 | + </li> |
| 80 | + <li class="list-group-item"> |
| 81 | + <span>Identity:</span> @System.Security.Principal.WindowsIdentity.GetCurrent().Name |
| 82 | + </li> |
| 83 | + <li class="list-group-item"> |
| 84 | + <span>Blog provider:</span> @blogProviderSection.DefaultProvider |
| 85 | + </li> |
| 86 | + <li class="list-group-item"> |
| 87 | + <span>Membership provider:</span> @membershipSection.DefaultProvider |
| 88 | + </li> |
| 89 | + <li class="list-group-item"> |
| 90 | + <span>Role provider:</span> @roleSection.DefaultProvider |
| 91 | + </li> |
| 92 | + </ul> |
| 93 | + </div> |
99 | 94 | </div>
|
100 | 95 | </div>
|
101 | 96 | @Scripts.Render("~/scripts/blogadmin")
|
0 commit comments