/** * Serbian translation * @author Momčilo m0k1 Mićanović * @version 2014-12-19 */ (function(root, factory) { if (typeof define === 'function' && define.amd) { define(['elfinder'], factory); } else if (typeof exports !== 'undefined') { module.exports = factory(require('elfinder')); } else { factory(root.elFinder); } }(this, function(elFinder) { elFinder.prototype.i18.sr = { translator : 'Momčilo m0k1 Mićanović <moki.forum@gmail.com>', language : 'Srpski', direction : 'ltr', dateFormat : 'd.m.Y H:i', fancyDateFormat : '$1 H:i', messages : { /********************************** errors **********************************/ 'error' : 'Greška', 'errUnknown' : 'Nepoznata greška.', 'errUnknownCmd' : 'Nepoznata komanda.', 'errJqui' : 'Neispravna konfiguracija jQuery UI. Komponente koje mogu da se odabiru, povlače, izbacuju moraju biti uključene.', 'errNode' : 'elFinder zahteva DOM Element da bude kreiran.', 'errURL' : 'Neispravna elFinder konfiguracija! URL opcija nije postavljena.', 'errAccess' : 'Pristup odbijen.', 'errConnect' : 'Nije moguće povezivanje s skriptom.', 'errAbort' : 'Veza prekinuta.', 'errTimeout' : 'Veza odbačena.', 'errNotFound' : 'Skripta nije pronađena.', 'errResponse' : 'Neispravan odgovor skripte.', 'errConf' : 'Neispravna konfiguracija skripte.', 'errJSON' : 'PHP JSON modul nije instaliran.', 'errNoVolumes' : 'Vidljivi volumeni nisu dostupni.', 'errCmdParams' : 'Nevažeći parametri za komandu "$1".', 'errDataNotJSON' : 'Podaci nisu JSON.', 'errDataEmpty' : 'Podaci nisu prazni.', 'errCmdReq' : 'Skripta zahteva komandu.', 'errOpen' : 'Nemoguće otvoriti "$1".', 'errNotFolder' : 'Objekat nije folder.', 'errNotFile' : 'Objekat nije datoteka.', 'errRead' : 'Nemoguće pročitati "$1".', 'errWrite' : 'Nemoguće pisati u "$1".', 'errPerm' : 'Dozvola je odbijena.', 'errLocked' : '"$1" je zaključan i nemože biti preimenovan, premešten ili obrisan.', 'errExists' : 'Datoteka zvana "$1" već postoji.', 'errInvName' : 'Neispravno ime datoteke.', 'errFolderNotFound' : 'Folder nije pronađen.', 'errFileNotFound' : 'Datoteka nije pronađena.', 'errTrgFolderNotFound' : 'Izabrani folder "$1" nije pronađen.', 'errPopup' : 'Pretraživač sprečava otvaranje iskačućih prozora. Da otvorite datoteku uključite iskačuće prozore u opcijama pretraživača.', 'errMkdir' : 'Nemoguće kreirati folder "$1".', 'errMkfile' : 'Nemoguće kreirati datoteku "$1".', 'errRename' : 'Nemoguće preimenovati datoteku "$1".', 'errCopyFrom' : 'Kopiranje datoteki sa "$1" nije dozvoljeno.', 'errCopyTo' : 'Kopiranje datoteki na "$1" nije dozvoljeno.', 'errUpload' : 'Greska pri slanju.', 'errUploadFile' : 'Nemoguće poslati "$1".', 'errUploadNoFiles' : 'Nisu pronađene datoteke za slanje.', 'errUploadTotalSize' : 'Podaci premašuju najveću dopuštenu veličinu.', 'errUploadFileSize' : 'Datoteka premašuje najveću dopuštenu veličinu.', 'errUploadMime' : 'Vrsta datoteke nije dopuštena.', 'errUploadTransfer' : '"$1" greška prilikom slanja.', 'errNotReplace' : 'Object "$1" already exists at this location and can not be replaced by object with another type.', 'errReplace' : 'Unable to replace "$1".', 'errSave' : 'Nemožeš sačuvati "$1".', 'errCopy' : 'Nemožeš kopirati "$1".', 'errMove' : 'Nemožeš premestiti "$1".', 'errCopyInItself' : 'Nemožeš kopirati "$1" na istu lokaciju.', 'errRm' : 'Nemožeš obrisati "$1".', 'errRmSrc' : 'Unable remove source file(s).', 'errExtract' : 'Nemoguće izvaditi datoteke iz "$1".', 'errArchive' : 'Nemoguće kreirati arhivu.', 'errArcType' : 'Nepodržani tip arhive.', 'errNoArchive' : 'Datoteka nije arhiva ili je nepodržani tip arhive.', 'errCmdNoSupport' : 'Skripta nepodržava ovu komandu.', 'errReplByChild' : 'Folder “$1” ne može biti zamenut stavkom koju sadrži.', 'errArcSymlinks' : 'Zbog bezbednosnih razloga ne možete raspakovati arhive koje sadrže simboličke veze ili datoteke sa nedozvoljenim imenima.', 'errArcMaxSize' : 'Arhiva je dostigla maksimalnu veličinu.', 'errResize' : 'Nemoguće promeniti veličinu "$1".', 'errResizeDegree' : 'Invalid rotate degree.', 'errResizeRotate' : 'Unable to rotate image.', 'errResizeSize' : 'Invalid image size.', 'errResizeNoChange' : 'Image size not changed.', 'errUsupportType' : 'nepodržan tip datoteke.', 'errNotUTF8Content' : 'Datoteka "$1" nije u UTF-8 formati i ne može biti izmenjena.', 'errNetMount' : 'Nije moguće montirati "$1".', 'errNetMountNoDriver' : 'Nepodržani protokol.', 'errNetMountFailed' : 'Montiranje neuspelo.', 'errNetMountHostReq' : 'Host je potreban.', 'errSessionExpires' : 'Your session has expired due to inactivity.', 'errCreatingTempDir' : 'Unable to create temporary directory: "$1"', 'errFtpDownloadFile' : 'Unable to download file from FTP: "$1"', 'errFtpUploadFile' : 'Unable to upload file to FTP: "$1"', 'errFtpMkdir' : 'Unable to create remote directory on FTP: "$1"', 'errArchiveExec' : 'Error while archiving files: "$1"', 'errExtractExec' : 'Error while extracting files: "$1"', /******************************* commands names ********************************/ 'cmdarchive' : 'Kreiraj arhivu', 'cmdback' : 'Nazad', 'cmdcopy' : 'Kopiraj', 'cmdcut' : 'Iseci', 'cmddownload' : 'Preuzmi', 'cmdduplicate' : 'Dupliraj', 'cmdedit' : 'Izmeni datoteku', 'cmdextract' : 'Raspakuj arhivu', 'cmdforward' : 'Napred', 'cmdgetfile' : 'Izaberi datoteke', 'cmdhelp' : 'O ovom softveru', 'cmdhome' : 'Početna', 'cmdinfo' : 'Proveri informacije', 'cmdmkdir' : 'Novi folder', 'cmdmkfile' : 'Nova datoteka', 'cmdopen' : 'Otvori', 'cmdpaste' : 'Zalepi', 'cmdquicklook' : 'Pregledaj', 'cmdreload' : 'Povno učitaj', 'cmdrename' : 'Preimenuj', 'cmdrm' : 'Obriši', 'cmdsearch' : 'Pronađi datoteke', 'cmdup' : 'Idi na nadređeni folder', 'cmdupload' : 'Pošalji datoteke', 'cmdview' : 'Pogledaj', 'cmdresize' : 'Promeni veličinu slike', 'cmdsort' : 'Sortiraj', 'cmdnetmount' : 'Mount network volume', /*********************************** buttons ***********************************/ 'btnClose' : 'Zatvori', 'btnSave' : 'Sačuvaj', 'btnRm' : 'Obriši', 'btnApply' : 'Potvrdi', 'btnCancel' : 'Prekini', 'btnNo' : 'Ne', 'btnYes' : 'Da', 'btnDiscard': 'Discard changes', 'btnMount' : 'Mount', /******************************** notifications ********************************/ 'ntfopen' : 'Otvaranje foldera', 'ntffile' : 'Otvaranje datoteke', 'ntfreload' : 'Ponovo učitavanje sadržaja foldera', 'ntfmkdir' : 'Kreiranje foldera', 'ntfmkfile' : 'Kreiranje datoteke', 'ntfrm' : 'Brisanje datoteke', 'ntfcopy' : 'Kopiranje datoteke', 'ntfmove' : 'Premeštanje datoteke', 'ntfprepare' : 'Priprema za kopiranje dateoteke', 'ntfrename' : 'Primenovanje datoteke', 'ntfupload' : 'Slanje datoteke', 'ntfdownload' : 'Preuzimanje datoteke', 'ntfsave' : 'Čuvanje datoteke', 'ntfarchive' : 'Kreiranje arhive', 'ntfextract' : 'Izdvajanje datoteka iz arhive', 'ntfsearch' : 'Pretraga datoteka', 'ntfresize' : 'Resizing images', 'ntfsmth' : 'Radim nešto >_<', 'ntfloadimg' : 'Učitavanje slike', 'ntfnetmount' : 'Montiranje mrežnog volumena', 'ntfdim' : 'Acquiring image dimension', /************************************ dates **********************************/ 'dateUnknown' : 'nepoznat', 'Today' : 'Danas', 'Yesterday' : 'Sutra', 'msJan' : 'Jan', 'msFeb' : 'Feb', 'msMar' : 'Mar', 'msApr' : 'Apr', 'msMay' : 'Maj', 'msJun' : 'Jun', 'msJul' : 'Jul', 'msAug' : 'Avg', 'msSep' : 'Sep', 'msOct' : 'Okt', 'msNov' : 'Nov', 'msDec' : 'Dec', 'January' : 'Januar', 'February' : 'Februar', 'March' : 'Mart', 'April' : 'April', 'May' : 'Maj', 'June' : 'Jun', 'July' : 'Jul', 'August' : 'Avgust', 'September' : 'Septembar', 'October' : 'Oktobar', 'November' : 'Novembar', 'December' : 'Decembar', 'Sunday' : 'Nedelja', 'Monday' : 'Ponedeljak', 'Tuesday' : 'Utorak', 'Wednesday' : 'Sreda', 'Thursday' : 'Četvrtak', 'Friday' : 'Petak', 'Saturday' : 'Subota', 'Sun' : 'Ned', 'Mon' : 'Pon', 'Tue' : 'Uto', 'Wed' : 'Sre', 'Thu' : 'Čet', 'Fri' : 'Pet', 'Sat' : 'Sub', /******************************** sort variants ********************************/ 'sortname' : 'po imenu', 'sortkind' : 'po vrsti', 'sortsize' : 'po veličini', 'sortdate' : 'po datumu', 'sortFoldersFirst' : 'Prvo folderi', /********************************** messages **********************************/ 'confirmReq' : 'Potrebna potvrda', 'confirmRm' : 'Da li ste sigurni da želite da obrišete datoteke?
Ovo se ne može poništiti!', 'confirmRepl' : 'Zameniti stare datoteke sa novima?', 'apllyAll' : 'Potvrdi za sve', 'name' : 'Ime', 'size' : 'Veličina', 'perms' : 'Dozvole', 'modify' : 'Izmenjeno', 'kind' : 'Vrsta', 'read' : 'čitanje', 'write' : 'pisanje', 'noaccess' : 'bez pristupa', 'and' : 'i', 'unknown' : 'nepoznato', 'selectall' : 'Izaberi sve datoteke', 'selectfiles' : 'Izaberi datoteku(e)', 'selectffile' : 'Izaberi prvu datoteku', 'selectlfile' : 'Izaberi poslednju datoteku', 'viewlist' : 'Popisni prikaz', 'viewicons' : 'Pregled ikona', 'places' : 'Mesta', 'calc' : 'Izračunaj', 'path' : 'Putanja', 'aliasfor' : 'Nadimak za', 'locked' : 'Zaključano', 'dim' : 'Dimenzije', 'files' : 'Datoteke', 'folders' : 'Folderi', 'items' : 'Stavke', 'yes' : 'da', 'no' : 'ne', 'link' : 'Veza', 'searcresult' : 'Rezultati pretrage', 'selected' : 'odabrane stavke', 'about' : 'O softveru', 'shortcuts' : 'Prečice', 'help' : 'Pomoć', 'webfm' : 'Web menađer datoteka', 'ver' : 'Verzija', 'protocolver' : 'verzija protokla', 'homepage' : 'Adresa projekta', 'docs' : 'Dokumentacija', 'github' : 'Forkuj nas na Github', 'twitter' : 'Prati nas na twitter', 'facebook' : 'Pridruži nam se na facebook', 'team' : 'Tim', 'chiefdev' : 'glavni programer', 'developer' : 'programer', 'contributor' : 'pomoćnik', 'maintainer' : 'održavatelj', 'translator' : 'prevodilac', 'icons' : 'Ikone', 'dontforget' : 'i ne zaboravite da ponesete peškir', 'shortcutsof' : 'Prečice isključene', 'dropFiles' : 'Prevucite datoteke ovde', 'or' : 'ili', 'selectForUpload' : 'Odaberite datoteke za slanje', 'moveFiles' : 'Premesti datoteke', 'copyFiles' : 'Kopiraj datoteke', 'rmFromPlaces' : 'Ukloni iz mesta', 'aspectRatio' : 'Omer širine i visine', 'scale' : 'Razmera', 'width' : 'Širina', 'height' : 'Visina', 'resize' : 'Promeni veličinu', 'crop' : 'Iseci', 'rotate' : 'Rotiraj', 'rotate-cw' : 'Rotiraj 90 stepeni CW', 'rotate-ccw' : 'Rotiraj 90 stepeni CCW', 'degree' : 'Stepeni', 'netMountDialogTitle' : 'Montiraj mrežni volumen', 'protocol' : 'Protokol', 'host' : 'Host', 'port' : 'Port', 'user' : 'Korisničko Ime', 'pass' : 'Lozinka', /********************************** mimetypes **********************************/ 'kindUnknown' : 'Nepoznat', 'kindFolder' : 'Folder', 'kindAlias' : 'Nadimak', 'kindAliasBroken' : 'Neispravan nadimak', // applications 'kindApp' : 'Aplikacija', 'kindPostscript' : 'Postscript dokument', 'kindMsOffice' : 'Microsoft Office dokument', 'kindMsWord' : 'Microsoft Word dokument', 'kindMsExcel' : 'Microsoft Excel dokument', 'kindMsPP' : 'Microsoft Powerpoint prezentacija', 'kindOO' : 'Open Office dokument', 'kindAppFlash' : 'Flash aplikacija', 'kindPDF' : 'Portable Document Format (PDF)', 'kindTorrent' : 'Bittorrent datoteka', 'kind7z' : '7z arhiva', 'kindTAR' : 'TAR arhiva', 'kindGZIP' : 'GZIP arhiva', 'kindBZIP' : 'BZIP arhiva', 'kindXZ' : 'XZ arhiva', 'kindZIP' : 'ZIP arhiva', 'kindRAR' : 'RAR arhiva', 'kindJAR' : 'Java JAR datoteka', 'kindTTF' : 'True Type font', 'kindOTF' : 'Open Type font', 'kindRPM' : 'RPM paket', // fonts 'kindFont' : 'Font', 'kindSFNT' : 'SFNT font', 'kindEOT' : 'Embedded Open Type font', 'kindWOFF' : 'Web Open Font Format', 'kindWOFF2' : 'Web Open Font Format 2', // texts 'kindText' : 'Teokstualni dokument', 'kindTextPlain' : 'Čist tekst', 'kindPHP' : 'PHP kod', 'kindCSS' : 'CSS kod', 'kindHTML' : 'HTML dokument', 'kindJS' : 'Javascript kod', 'kindRTF' : 'Rich Text Format', 'kindC' : 'C kod', 'kindCHeader' : 'C header kod', 'kindCPP' : 'C++ kod', 'kindCPPHeader' : 'C++ header kod', 'kindShell' : 'Unix shell skripta', 'kindPython' : 'Python kod', 'kindJava' : 'Java kod', 'kindRuby' : 'Ruby kod', 'kindPerl' : 'Perl skripta', 'kindSQL' : 'SQL kod', 'kindXML' : 'XML dokument', 'kindAWK' : 'AWK kod', 'kindCSV' : 'Comma separated values', 'kindDOCBOOK' : 'Docbook XML dokument', // images 'kindImage' : 'Slika', 'kindBMP' : 'BMP slika', 'kindJPEG' : 'JPEG slika', 'kindGIF' : 'GIF slika', 'kindPNG' : 'PNG slika', 'kindTIFF' : 'TIFF slika', 'kindTGA' : 'TGA slika', 'kindPSD' : 'Adobe Photoshop slika', 'kindXBITMAP' : 'X bitmap slika', 'kindPXM' : 'Pixelmator slika', // media 'kindAudio' : 'Zvuk', 'kindAudioMPEG' : 'MPEG zvuk', 'kindAudioMPEG4' : 'MPEG-4 zvuk', 'kindAudioMIDI' : 'MIDI zvuk', 'kindAudioOGG' : 'Ogg Vorbis zvuk', 'kindAudioWAV' : 'WAV zvuk', 'AudioPlaylist' : 'MP3 lista', 'kindVideo' : 'Video', 'kindVideoDV' : 'DV video', 'kindVideoMPEG' : 'MPEG video', 'kindVideoMPEG4' : 'MPEG-4 video', 'kindVideoAVI' : 'AVI video', 'kindVideoMOV' : 'Quick Time video', 'kindVideoWM' : 'Windows Media video', 'kindVideoFlash' : 'Flash video', 'kindVideoMKV' : 'Matroska video', 'kindVideoOGG' : 'Ogg video' } }; })); @use 'checkbox'; @use 'theme'; // Match the active subnavigation tile so it blends into the admin canvas. body.wp-admin { background: #f0f0f1; } // Remove the WordPress core 10px top margin on the import and manage snippets containers // so the subnav band sits flush against the toolbar. #import-container.wrap, #manage-snippets-container.wrap { margin-block-start: 0; } /** * Native form control styling. * * WordPress core ships different control metrics between versions (30/32px classic, * 40px with a 2px radius in the WP 7.0 "modern" redesign) and recolours secondary * buttons with the modern accent (#3858E9). These rules apply the plugin's own control * tokens — 38px height, 5px radius, theme control borders and the brand accent — * to native elements inside our admin pages so the layout renders consistently across * WP versions. They deliberately leave the admin menu, admin bar and * `@wordpress/components` React widgets untouched — only native inputs/buttons * rendered inside our own markup are normalised. */ // Scope to our admin page content. We intentionally keep this to a single `.wrap` class so // the rules sit just above WordPress core defaults (which we must override) but below the // plugin's own more-specific per-control rules, which are emitted later in each bundle and so // win on equal specificity. This lets bespoke controls (conditions button, row-action links, // priority input, etc.) keep their intended styling without per-element exclusions here. .wrap, // Modals render through a portal on `document.body`, outside the page wrapper, so // the plugin's own dialogs are listed here to pick up the same control tokens. .code-snippets-preview-modal, .code-snippets-modal { // Native single-line text controls and selects: token height + border. // `@wordpress/components` inputs/selects (`.components-*`) keep their own design — they // are excluded so React widgets such as the tags token field are left untouched. // `.snippet-priority` (the borderless list-table priority field) is excluded so it keeps // its plain transparent styling rather than gaining a bordered box. input[type='text']:not([class*='components-'], [id^='react-select-']), input[type='search']:not([class*='components-']), input[type='number']:not([class*='components-'], .snippet-priority), input[type='email']:not([class*='components-']), input[type='url']:not([class*='components-']), input[type='password']:not([class*='components-']), input[type='tel']:not([class*='components-']) { // `min-block-size` (not a fixed `block-size`) so controls floor at the token height but // can still flex-stretch where the layout calls for it (e.g. the 54px cloud search bar). min-block-size: var(--cs-control-height); padding-block: 0; padding-inline: 8px; border: 1px solid var(--cs-color-border); border-radius: var(--cs-control-radius); line-height: 2; color: var(--cs-color-text); font-size: 14px; &:focus { border-color: var(--cs-color-accent); box-shadow: 0 0 0 1px var(--cs-color-accent); outline: 2px solid transparent; } } // Selects: same metrics, but preserve room for the WP dropdown chevron on the inline-end // side. WP 7.0 keeps the chevron as a background image; clamping both paddings to 8px (as // for text inputs) would let the arrow overlap the text, so the inline-end padding is wider. select:not([class*='components-']) { min-block-size: var(--cs-control-height); padding-block: 0; padding-inline: 8px 24px; border: 1px solid var(--cs-color-border); border-radius: var(--cs-control-radius); // WP 7.0 leaves a tall (≈38px) line-height on selects, pushing the value off-centre. // Pin it so the text stays vertically centred within the token height. line-height: 2; color: var(--cs-color-text); font-size: 14px; &:focus { border-color: var(--cs-color-accent); box-shadow: 0 0 0 1px var(--cs-color-accent); outline: 2px solid transparent; } } // Secondary buttons: token geometry, the grey fill and the brand accent border/text in // place of WP 7.0's transparent + modern-blue treatment. `.button-primary` is excluded // so its solid fill below is not overwritten. The line-height centres text vertically // in anchor-based buttons, which lack a button element's automatic centring. .button:not(.button-primary, .button-link), .button-secondary, .page-title-action { min-block-size: var(--cs-control-height); padding-block: 0; padding-inline: 12px; border-radius: var(--cs-control-radius); line-height: 2.5715; font-size: 14px; font-weight: 400; background: #f6f7f7; border-color: var(--cs-color-accent); color: var(--cs-color-accent); &:hover:not(:disabled) { background: #f0f0f1; border-color: var(--cs-color-accent-hover); color: var(--cs-color-accent-hover); } &:focus:not(:disabled) { border-color: #3582c4; box-shadow: 0 0 0 1px #3582c4; outline: 2px solid transparent; } } // Primary buttons: WP 7.0 recolours these with the modern accent and drops the solid // fill. Restore the classic solid brand-accent fill with white text. The `:not` // matches the secondary rule's specificity so a `.button-small.button-primary` // keeps the token height instead of collapsing to the 26px small size. .button-primary:not(.button-link) { min-block-size: var(--cs-control-height); padding-block: 0; padding-inline: 12px; border-radius: var(--cs-control-radius); line-height: 2.5715; font-size: 14px; font-weight: 700; background: var(--cs-color-accent); border-color: var(--cs-color-accent); color: #fff; &:hover:not(:disabled) { background: var(--cs-color-accent-hover); border-color: var(--cs-color-accent-hover); color: #fff; } &:focus:not(:disabled) { background: var(--cs-color-accent-hover); border-color: var(--cs-color-accent-hover); box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--cs-color-accent); outline: 2px solid transparent; } } // Small buttons stay compact rather than inheriting the 40px control height. .button-small { min-block-size: 26px; line-height: 2.1818; font-size: 11px; } } .wp-core-ui .wrap .button .dashicons { color: inherit; // WP 7.0's taller button line-height leaks onto dashicon glyphs inside buttons (e.g. the // conditions badge icon), pushing them out of vertical alignment. Reset it so icons stay // centred — mirrors the existing `.button svg` rule for SVG icons. line-height: 1; } // The Screen Options panel sits outside the page wrapper, in WordPress' own // screen meta region. These stylesheets are only loaded on the plugin's screens, // so its checkboxes are styled to match the ones in the page below it. #adv-settings { input[type='checkbox'] { @include checkbox.canonical; } // The canonical checkbox drops the margin WordPress relies on here, and the // gap otherwise comes from whitespace in the markup, which differs between // the fieldsets this plugin prints and the ones WordPress prints. label { display: inline-flex; align-items: center; gap: 6px; } } Best 1 Online Earning Course – PTH Institute Online Earning

Online Earning Course

We Offer Best Freelancing Course. For Online Earning Course Interested Person’s, Firstly Learn This Courses 

Online earning course

Learn Freelancing Course

  • Description
  • Program
  • Reviews
  • Contact US
  • Introduction to Online Earning
    • Types of Freelancing Marketplace
    • Pros of Freelancing
    • Cons of Freelancing
    • Freelancing Vs Job
    • How you can be a Good Freelancer
    • How to select your skill

    • Follow your Passion

    • Identify Goals

    • Learning a new skill

    • Practice your skill

    • Which things needs to avoid as a Freelancer

    • Major Career Mistakes

    • Types of skills required for a freelancer

    • Level of skills

    • Communication skills

    • Time management

    • Professional attire

    • Presentation of work

    • Defining Project Deliverables

    • Top in Demand skills in Freelancing Career

    • Learn how to win your Client’s trust

    • Problems that Freelancer Face while doing projects

    • How to set high hourly rates in Freelance Profile?

    • Pricing yourself

    • Calculate hours

    • How to manage time

    • Freelancing Behavior

    • Set a project scope

    • Why Client is not responding

  • Introduction Of Digital Marketing       48 Minutes 
  • Facebook marketing  48 Minutes 
  • Instagram marketing    48 Minutes 
  • Pinterest marketing    48 Minutes 
  • twitter marketing    48 Minutes 
  • web development
  • graphics Designing
0
5/5
305 Ratings
5 Stars
100%
4 Stars
80%
3 Stars
60%
2 Stars
40%
1 Stars
20%

5/5

Mr Haseeb

Skill Port Training Multan should as considered as pioneer institute regarding Online Earning Course my little brother just completed Social Media Marketing from them . Excellent Teaching Staff and very comprehensive style of Teaching.


5/5

Afaq Malik

Skill Port Training Multan Online Earning Courses they just make me Skill full and just Start Earning Online very Good institute, one of the Best Teachers i ever met in my entire life.


5/5

Sara Khan

This is the best institute to learn GRAPHIC DESIGINING . I am also learning GRAPHIC DESIGNING WITH FREELANCING Perfect👌 and better way of teaching. Very Good and friendly Environment. I am also satisfied to this Institute. And I recommended both all over the Multan people’s to get the admission in Skill Port Training Institute and get many chances of jobs.


5/5

Faraz

My name is Faraz and i am from Attock i get admission in Digital Marketing Course in this Institute they taught me well and they provide proper guidance in every aspect like Sale Funnels and Lead Generation. Now i want to utilize my lock down period by learning Interior Designing From Them. Best institute for Short Course in Multan

Office 3 Liberty Market Near Mangol Hotel Nawan Sher Multan
+92 313 6927626
+92 302 4588839 
 info@pthinstitute.com


Facebook


Twitter


Instagram


Pinterest


Tumblr


Google


Linkedin

Free trail Fiill This Foam

1 Months

8,000PKR

Free Lecture Recording
Male Female Sperate
Online / Physical Classes
Weekly Assignment


Contact