예제 #1
0
파일: views.py 프로젝트: RyanSites/website
def services_other_services():
    return render_template('services_other_services.html', 
        title='Other Services  | BR Graphic Design', 
        navigation=navigation['services'], 
        testimonial=get_testimonial(), 
        slideshow=get_random_slideshow(3), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Photography',
        seo_description='We strive to offer you a full range of service products so that you can rest assured that your entire corporate identity package will be crafted with consistency')    
예제 #2
0
파일: views.py 프로젝트: RyanSites/website
def services_print_design():
    return render_template('services_print_design.html', 
        title='Print Design Services  | BR Graphic Design', 
        navigation=navigation['services'],
        testimonial=get_testimonial(), 
        slideshow=get_random_slideshow(2), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Print Design Services, Dayton, Ohio', 
        seo_description='Whether your organization needs a simple sell sheet, or 10,000 trifold brochures, please consider BR Graphic Design for a custom, professional design.')
예제 #3
0
파일: views.py 프로젝트: RyanSites/website
def services_website():
    return render_template('services_website_design.html', 
        title='Website Design Services  | BR Graphic Design',  
        navigation=navigation['services'], 
        testimonial=get_testimonial(), 
        slideshow=get_random_slideshow(0), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Website Design, Website Development, Web Services, Dayton, Ohio', 
        seo_description='Each website by BR Graphic Design LLC is 100% custom designed and carefully crafted to project a unique look and feel for our clients.')    
예제 #4
0
파일: views.py 프로젝트: RyanSites/website
def services_corporate_identity():
    return render_template('services_corporate_identity.html', 
        title='Corporate Identity Services  | BR Graphic Design',  
        navigation=navigation['services'], 
        testimonial=get_testimonial(),  
        slideshow=get_random_slideshow(1), 
        user=get_user(),
        seo_keywords='BR Graphic Design, Corporate Identity, Marketing, Services, Dayton, Ohio', 
        seo_description='At BR Graphic Design, we take the time to really get to know your business, competition, and business objectives.')
예제 #5
0
파일: views.py 프로젝트: RyanSites/website
def services():
    return render_template('services.html',
     title='Services | BR Graphic Design',
     navigation=navigation['services'],
     testimonial=get_testimonial(), 
     slideshow = get_random_slideshow(), 
     user=get_user(),
     seo_keywords='BR Graphic Design, Services, Dayton, Ohio', 
     seo_description='The services BR Graphic Design LLC performs for their clients')