-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (129 loc) · 4.75 KB
/
index.html
File metadata and controls
202 lines (129 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang=en>
<head>
<!-- so meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta property="og:type" content="website">
<meta property="og:title" content="Omeed's Dev Blog">
<meta property="og:url" content="http://omusavi.github.io/index.html">
<meta property="og:site_name" content="Omeed's Dev Blog">
<meta property="og:locale" content="en">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Omeed's Dev Blog">
<!-- title -->
<title>Omeed's Dev Blog</title>
<!-- styles -->
<link rel="stylesheet" href="/css/style.css">
<!-- persian styles -->
<link rel="stylesheet" href="/css/rtl.css">
<!-- rss -->
</head>
<body class="max-width mx-auto px3 ltr">
<div class="content index my4">
<header id="header">
<a href="/">
<div id="logo" style="background-image: url(https://www.gravatar.com/avatar/3048df47d53e56409ab7186a7107eeaa);"></div>
<div id="title">
<h1>Omeed's Dev Blog</h1>
</div>
</a>
<div id="nav">
<ul>
<li class="icon">
<a href="#"><i class="fas fa-bars fa-2x"></i></a>
</li>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/archives/">Writing</a></li>
<li><a href="http://github.com/omusavi">Projects</a></li>
</ul>
</div>
</header>
<section id="about">
<p>
Find me on
<a class="icon" target="_blank" href="http://github.com/omusavi">
<i class="fab fa-github"></i><!--
---></a><!--
---><!--
--->,
<a class="icon" target="_blank" href="http://facebook.com/omusavi">
<i class="fab fa-facebook"></i><!--
---></a><!--
---><!--
--->,
<a class="icon" target="_blank" href="http://linkedin.com/in/omusavi">
<i class="fab fa-linkedin"></i><!--
---></a><!--
---><!--
---> and
<a class="icon" target="_blank" href="mailto:omusavi@outlook.com">
<i class="fas fa-envelope"></i><!--
---></a><!--
---><!--
--->.
</p>
</section>
<section id="writing">
<span class="h1"><a href="/archives">Writing</a></span>
<ul class="post-list">
<li class="post-item">
<div class="meta">
<time datetime="2018-05-07T17:06:25.000Z" itemprop="datePublished">2018-05-07</time>
</div>
<span>
<a class="" href="/2018/05/07/Deleting-Project-Wiki-from-VSTS/">Deleting Project Wiki from VSTS</a>
</span>
</li>
</ul>
</section>
<section id="projects">
<span class="h1"><a href="http://github.com/omusavi">Projects</a></span>
<ul class="project-list">
<li class="project-item">
<a href="https://github.com/Azure-Samples/react-aad-msal">react-aad-msal</a>: <p>a library to easily integrate the Microsoft Authentication Library with Azure Active Directory in your React app quickly and reliably</p>
</li>
</ul>
</section>
</div>
<footer id="footer">
<div class="footer-left">
Copyright © 2018 Omeed Musavi
</div>
<div class="footer-right">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/archives/">Writing</a></li>
<li><a href="http://github.com/omusavi">Projects</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
<!-- styles -->
<link rel="stylesheet" href="/lib/font-awesome/css/fontawesome-all.min.css">
<link rel="stylesheet" href="/lib/justified-gallery/css/justifiedGallery.min.css">
<!-- jquery -->
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/lib/justified-gallery/js/jquery.justifiedGallery.min.js"></script>
<script src="/js/main.js"></script>
<!-- search -->
<!-- Google Analytics -->
<!-- Baidu Analytics -->
<!-- Disqus Comments -->
<script type="text/javascript">
var disqus_shortname = 'omusavi';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>