12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <style>
- .dashboard-title .links {
- text-align: center;
- margin-bottom: 2.5rem;
- }
- .dashboard-title .links > a {
- padding: 0 25px;
- font-size: 12px;
- font-weight: 600;
- letter-spacing: .1rem;
- text-decoration: none;
- text-transform: uppercase;
- color: #fff;
- }
- .dashboard-title h1 {
- font-weight: 200;
- font-size: 2.5rem;
- }
- .dashboard-title .avatar {
- background: #fff;
- border: 2px solid #fff;
- width: 70px;
- height: 70px;
- }
- </style>
- <div class="dashboard-title card bg-primary">
- <div class="card-body">
- <div class="text-center ">
- <img class="avatar img-circle shadow mt-1" src="https://m.saishiyun.net/imgpic/work-photo.png">
- <div class="text-center mb-1">
- <div class="mb-1 mt-1 text-white">微信号:Q3664839</div>
- <h1 class="mb-1 mt-1 text-white">杨光</h1>
- <div class="links">
- <a href="https://www.saishiyun.net" target="_blank">个人博客</a>
- {{--<a href="http://www.dcatadmin.com/" id="doc-link" target="_blank">{{ __('admin.documentation') }}</a>
- <a href="http://www.dcatadmin.com/" id="demo-link" target="_blank">{{ __('admin.extensions') }}</a>
- <a href="https://jqhph.github.io/dcat-admin/demo.html" id="demo-link" target="_blank"></a>--}}
- </div>
- </div>
- </div>
- </div>
- </div>
|