fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@@ -0,0 +1,33 @@
---
title: CSS Framework UIKit
localeTitle: CSS Framework UIKit
---
## CSS Framework UIKit
UIKit هو إطار أمامي خفيف الوزن ومعياري لتطوير واجهات ويب سريعة وقوية.
### ابدء
هنا هو قالب HTML بسيط يتضمن أحدث CSS المترجمة والمختصرة لمكتبة UIKit.
`
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="css/uikit.min.css" />
<script src="js/jquery.js"></script>
<script src="js/uikit.min.js"></script>
<script src="js/uikit-icons.min.js"></script>
</head>
<body>
</body>
</html>
`
لقد استخدمنا CDN في هذا المثال ، ولكن يمكنك التحقق من الطرق الأخرى لتثبيت UIKit [هنا](https://getuikit.com/docs/introduction) .
### مصادر التعلم
* الوثائق الرسمية ل UIKit متاحة [هنا](https://getuikit.com/docs/introduction) .
* الخروج مستودع GitHub مفتوح المصدر UIKit [هنا](https://github.com/uikit/uikit) .