-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.sample.php
34 lines (34 loc) · 1.1 KB
/
config.sample.php
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
<?php
return [
'base_url' => 'http://localhost/lab/education/biography/',
'email_subject' => 'Biography contact us',
'smtp_user' => '[email protected]',
'smtp_pass' => '*************',
'email' => '[email protected]',
'name' => 'S.Mohammad Emami Razavi',
'job_title' => 'Lead and Sr. developer',
'skills' => [
'Creativity',
'Fast keyboarding',
'Teamwork',
'English technical writing'
],
'avatar' => './assets/img/avatar/avatar-nobg.png',
'location' => '78 Montazeri
<br />
Givi, Ardabil, Iran, <br /> 5685145743',
'portfolios' => [
[
'src' => 'https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png',
'title' => 'Ey BABA',
'desc' => 'Damet Garm!!! bia sitam ro bebin: <a href="https://github.com/emamirazavi" target="_blank">sitam!!!</a>',
]
],
'about' => <<<PARSA
I'm studying about php programming.
<br/>
I'm eager to know more and more about technology.
<br/>
I've loved computer programming until chilhood!
PARSA,
];