//

//  Momeks.swift

//  Created by Mohammad Komeili on 1/26/17.

//  Copyright © 2021 Momeks. All rights reserved.


import UIKit


class Momeks: NSObject {


    var name  = "Mohammad"

    var lastName = "Komeili"

    var career = "iOS Developer, UI/UX designer. Founder and lead designer at Appersian"

 

    switch myWebSite {

 

    case aboutMe:

            "Skilled and App Store featured iOS Developer with more than 10 years of experience creating unique and modern applications. I am the founder and lead developer at Appersian. My applications have been featured and promoted as APP OF THE DAY, Apps We Love, Best Apps of the Week, and etc on the App Store and also on Apple’s website and keynotes. Momeks is my nickname."

 

    case apps:

            "https://appersian.net"

 

    case designs:

            "https://dribbble.com/momeks"

 

    case downloadCV:

            "http://momeks.com/MohammadKomeili-Resume.pdf"

 

    case contactMe:

             "me[at]momeks[dot]com"

 

    default:

        break

    }

 

    //You can find me here:

    let socialMedia = ["Twitter", "LinkedIn", "Github"] as! [URL]

 

}