Skip to content

Instantly share code, notes, and snippets.

View aminou7's full-sized avatar

harrane amine aminou7

View GitHub Profile
@aminou7
aminou7 / navigation animation css-effects
Created June 13, 2018 15:54
navigation animation css-effects
<-------------- amindesigne.blogspot.com --------------->
<style>
@import 'https://fonts.googleapis.com/css?family=Raleway';
div.container
{
font-family: Raleway;
margin: 0 auto;
padding: 10em 3em;
text-align: center;
@aminou7
aminou7 / Blogger interface by aminedesigne
Last active June 13, 2018 15:18
Blogger interface amindesigne.blogspot.com
<!-- Blogger interface by amindesigne.blogspot.com -->
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' rel='stylesheet'/>
<link href='//cdn.jsdelivr.net/darfonts/0.1/tv-tha-tye-wide/stylesheet.css' rel='stylesheet'/>
<link href='//dl.dropboxusercontent.com/s/td5mqmusx4vwwp6/animate-qaisi1web.css' rel='stylesheet'/>
<!-- Home Page amindesigne.blogspot.com -->
<div class='outer-wrap animated fadeInUp'>
@aminou7
aminou7 / Blogger Meta Tag Optimization amindesigne.blogspot.com
Created June 12, 2018 19:14
Blogger Meta Tag Optimization : amindesigne.blogspot.com
Blogger Meta Tag Optimization
site : amindesigne.blogspot.com
<!-- Meta Title ErrorPage/404 -->
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>404: Sorry the page you are looking is not found | اسم مدونتك</title>
</b:if>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<!-- Meta Title Search Page -->
<link rel="stylesheet" href="//cdn.rawgit.com/morteza/bootstrap-rtl/master/dist/cdnjs/3.3.1-rc2/css/bootstrap-rtl.min.css"/>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<title>Your Title</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"/>
<link rel="stylesheet" href="//cdn.rawgit.com/morteza/bootstrap-rtl/master/dist/cdnjs/3.3.1-rc2/css/bootstrap-rtl.min.css"/>
&lt;style type=&quot;text/css&quot;&gt;&lt;!-- /*
<b:skin><![CDATA[*/]]></b:skin>
@aminou7
aminou7 / sitemap
Created May 11, 2017 20:46
archive html css
<style type="text/css">
.sbis {
overflow: hidden;
position: relative;
height: 565px;
@aminou7
aminou7 / tag html
Created May 5, 2017 18:55
tag html
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<a href="https://langages-programmation.blogspot.com"> anchor element رابط</a>
<ol>
<li>About</li>
<li>Video</li>
@aminou7
aminou7 / table
Created May 2, 2017 15:31
table html css
<table style="border-collapse: collapse; border-spacing: 0px; box-sizing: border-box; color: #24292e; display: block; line-height: 24px; margin-bottom: 16px; margin-top: 0px; overflow: auto; text-align: right; width: 888px;"><thead style="box-sizing: border-box;">
<tr style="background-color: white; border-top-color: rgb(198, 203, 209); border-top-style: solid; border-top-width: 1px; box-sizing: border-box;"><th style="border: 1px solid rgb(223, 226, 229); box-sizing: border-box; padding: 6px 13px; text-align: right;"><span style="font-weight: normal;"><span style="font-family: inherit;">القسم</span></span></th><th style="border: 1px solid rgb(223, 226, 229); box-sizing: border-box; padding: 6px 13px; text-align: right;"><span style="font-weight: normal;"><span style="font-family: inherit;">الوصف</span></span></th></tr>
</thead><tbody style="box-sizing: border-box;">
<tr style="background-color: white; border-top-color: rgb(198, 203, 209); border-top-style: solid; border-top-width: 1px; box-sizing: border-box
@aminou7
aminou7 / HTML <ol> Tag
Last active April 29, 2017 13:03
HTML <ol> Tag
<ol>
<li>قهوة</li>
<li>شاي</li>
<li>حليب</li>
</ol>
<ul>
<li>قهوة</li>
<li>شاي</li>
<li>حليب</li>
@aminou7
aminou7 / form
Last active April 28, 2017 18:55
form
<form action="form_action.asp" method="get">
الاسم : <input type="text" name="fname" /><br />
الكنية : <input type="text" name="lname" /><br />
<input type="submit" value="إرسال" />
</form>