Date: [date]
Between us [company name] and you [customer name].
In short; neither of us will share any confidential information about each-other, by any means, with anyone else.
| [ | |
| { | |
| "brand": "iPhone", | |
| "model": "11 Pro Max", | |
| "width": 1242, | |
| "height": 2688, | |
| "physicalSize": 6.5, | |
| "devicePixelRatio": 3 | |
| }, | |
| { |
| /** | |
| * A piece of code to help my friends work better. | |
| * @author [email protected] (Roduan Kareem Aldeen) | |
| * https://www.github.com/RoduanKareemAldeen | |
| */ | |
| var element = document.querySelector("div.react_meshim_dashboard_components_navBar_OldServeButton > span"); | |
| // this is the mp3 sound (feel free to change it) | |
| var src = 'https://www.waleedalrashed.com/sounds/sms.mp3'; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Add Student</title> | |
| <link type="text/css" rel="stylesheet" href="css/style.css"> | |
| <link type="text/css" rel="stylesheet" href="css/add-student-style.css"> | |
| </head> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Bootstrap Test</title> |
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources> | |
| <color name="white">#FFFFFF</color> | |
| <color name="ivory">#FFFFF0</color> | |
| <color name="light_yellow">#FFFFE0</color> | |
| <color name="yellow">#FFFF00</color> | |
| <color name="snow">#FFFAFA</color> | |
| <color name="floral_white">#FFFAF0</color> | |
| <color name="lemon_chiffon">#FFFACD</color> | |
| <color name="cornsilk">#FFF8DC</color> |